Click or drag to resize
ClientControlPropertyAttribute Class
Signifies that this property is to be emitted as a client script property
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Kettic.AspNetClientControlPropertyAttribute

Namespace: Kettic.AspNet
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public sealed class ClientControlPropertyAttribute : Attribute

The ClientControlPropertyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodClientControlPropertyAttribute
Initializes a new ClientControlPropertyAttribute
Public methodClientControlPropertyAttribute(Boolean)
Initializes a new ClientControlPropertyAttribute
Top
Methods
  NameDescription
Public methodEquals
Tests for object equality
(Overrides AttributeEquals(Object).)
Public methodGetHashCode
Gets a hash code for this object
(Overrides AttributeGetHashCode.)
Public methodIsDefaultAttribute
Gets whether this is the default value for this attribute
(Overrides AttributeIsDefaultAttribute.)
Top
Properties
  NameDescription
Public propertyIsScriptProperty
Whether this property should be exposed to the client
Top
See Also