Telerik.Web.ClientPropertyNameAttribute
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
- System.Object
- System.Attribute
- Telerik.Web.ClientPropertyNameAttribute
Properties
PropertyName String
The name of the property in client script code that you wish to map to.