BackstageViewControl.TabCount Property
Gets the number of BackstageTabItems within a BackstageViewControl.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
Property Value
Type | Description |
---|---|
Int32 | A Int32 value, indicating the number of BackstageTabItems within a BackstageViewControl |
Remarks
Use the TabCount property to get the number of all tab items stored in the BackstageViewControl.Tabs list.
See Also