Skip to main content
A newer version of this page is available. .
Tab

ASPxEditBase.ClientInstanceName Property

Specifies the editor’s client programmatic identifier.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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.

Note

If the ClientInstanceName property contains special characters, use the approach described in the following Knowledge Base Article to access the client-side programmatic object.

KA18687: How to use the ClientInstanceName and Name properties when they contain special characters

The following code snippets (auto-collected from DevExpress Examples) contain references to the ClientInstanceName property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also