ASPxEditBase.ClientInstanceName Property
In This Article
Specifies the editor’s client programmatic identifier.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string value that specifies the editor’s client identifier. |
#Remarks
This property is a wrapper of the EditPropertiesBase.ClientInstanceName property.
See Also