Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool ClientEnabled { get; protected set; }

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