ITabbedGroupProperties.TabWidth Property
Gets or sets the width of tabbed Document headers for all TabbedGroup containers within this WindowsUIView.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | An Int32 value that is the width of tabbed Document headers for all TabbedGroup containers within this WindowsUIView. |
Remarks
The TabWidth property specifies the width of all tab-styled Document headers within this View. To override this common setting for individual TabbedGroups, use the ITabbedGroupDefaultProperties.TabWidth property instead.
Use the ITabbedGroupDefaultProperties.HeaderStyle property to set the desired Document headers style.
See Also