Back to Devexpress

TabPane.State Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tabpane-690cee72.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override NavigationPaneState State { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property State As NavigationPaneState

Property Value

Type
DevExpress.XtraBars.Navigation.NavigationPaneState

Remarks

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

See Also

TabPane Class

TabPane Members

DevExpress.XtraBars.Navigation Namespace