Skip to main content

BackstageViewControl.TabCount Property

Gets the number of BackstageTabItems within a BackstageViewControl.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v14.2.dll

#Declaration

public int TabCount { get; }

#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