PageControlTabState.ClientEnabled Property
Gets a value that indicates whether the tab (or tab page) is enabled on the client.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, if the tab (or tab page) is enabled; otherwise, false. |
Remarks
To get the ClientEnabled property value on the client side, use the ASPxClientTab.GetEnabled method.
See Also