Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

int TabWidth { get; set; }

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. See this link to learn more.

Use the ITabbedGroupDefaultProperties.HeaderStyle property to set the desired Document headers style.

See Also