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

TabbedLayoutGroup.ClientInstanceName Property

Gets or sets the tabbed layout group’s client programmatic identifier.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.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.

See Also