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

IDocumentDefaultProperties.TabWidth Property

Gets or sets the width of the current Document‘s tab.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

int? TabWidth { get; set; }

Property Value

Type Description
Nullable<Int32>

A Nullable<T><Int32,> value specifying the width of the current Document‘s tab.

Remarks

If the TabWidth property is set to null, the tab width is specified by the IDocumentGroupDefaultProperties.TabWidth property. If none of them is customized, tab width is specified via the IDocumentProperties.TabWidth property.

See Also