Skip to main content

ITabbedGroupDefaultProperties.TabWidth Property

Gets or sets the area of the tabbed Document header’s width.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

int? TabWidth { get; set; }

Property Value

Type Description
Nullable<Int32>

An Int32 value that is the area of the tabbed Document header’s width.

Remarks

Document headers can be presented either as Windows 10-like tiles or as traditional tabs depending on the ITabbedGroupDefaultProperties.HeaderStyle property. For tabbed Document headers, you can specify the TabWidth property. Note that this property does not manage the width of tabs themselves, but the width of the tabbed headers area instead. In turn, the tabs width depends on the content length. The following figure illustrates a TabbedGroup with the TabWidth property set to 550 pixels.

WindowsUIView - TabbedGroup TabWidth 550 pixels

See Also