Skip to main content
Tab

ASPxEditBase.ClientInstanceName Property

Specifies the editor’s client programmatic identifier.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string ClientInstanceName { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the editor’s client identifier.

Remarks

This property is a wrapper of the EditPropertiesBase.ClientInstanceName property.

See Also