PageControlTabState.ClientVisible Property
Gets or sets a value that specifies the tab’s initial visibility state on the client.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to make a tab (tab page) initially displayed on the client; false to render the tab (tab page) into the extension, but make it initially hidden on the client side. |
Remarks
To get the ClientVisible property value on the client side, use the ASPxClientTab.GetVisible method.
See Also