Skip to main content

IDocumentDefaultProperties.TabWidth Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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