Click or drag to resize
ClientPropertyNameAttribute Constructor (String)
Creates an instance of the ClientPropertyNameAttribute and initializes the PropertyName value.

Namespace: Kettic.AspNet
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ClientPropertyNameAttribute(
	string propertyName
)

Parameters

propertyName
Type: SystemString
The name of the property in client script that you wish to map to.
See Also