Back to Devexpress

ASPxEditBase.ClientInstanceName Property

aspnet-devexpress-dot-web-dot-aspxeditbase-7c895192.md

latest1.3 KB
Original Source

ASPxEditBase.ClientInstanceName Property

Specifies the editor’s client programmatic identifier.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string ClientInstanceName { get; set; }
vb
<DefaultValue("")>
Public Property ClientInstanceName As String

Property Value

TypeDefaultDescription
StringString.Empty

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

|

Remarks

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

See Also

EnableClientSideAPI

ASPxEditBase Class

ASPxEditBase Members

DevExpress.Web Namespace