Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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