Click or drag to resize
ClientPropertyNameAttribute Class
Allows the mapping of a property declared in managed code to a property declared in client script. For example, if the client script property is named "handle" and you prefer the name on the TargetProperties object to be "Handle", you would apply this attribute with the value "handle."
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Kettic.AspNetClientPropertyNameAttribute

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 ClientPropertyNameAttribute : Attribute

The ClientPropertyNameAttribute type exposes the following members.

Constructors
  NameDescription
Public methodClientPropertyNameAttribute
Public methodClientPropertyNameAttribute(String)
Creates an instance of the ClientPropertyNameAttribute and initializes the PropertyName value.
Top
Methods
  NameDescription
Public methodIsDefaultAttribute (Overrides AttributeIsDefaultAttribute.)
Top
Properties
  NameDescription
Public propertyPropertyName
The name of the property in client script code that you wish to map to.
Top
See Also