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

TabPane.State Property

This member supports the internal infrastructure, and is not intended to be used directly from your code. The TabPane control does not support control states.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public override NavigationPaneState State { get; set; }

Property Value

Type
DevExpress.XtraBars.Navigation.NavigationPaneState

Remarks

This property overrides the NavigationPane.State property, inherited from the parent NavigationPane class.

See Also