Skip to main content

IDocumentProperties.TabWidth Property

Gets or sets the width of tabs within the current TabbedView.

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
Int32

An Int32 value specifying the width of all tabs within the current TabbedView.

Remarks

The TabWidth property specifies tab width settings common to all documents within a tabbed view. To override the default tab width for an individual Document, use the IDocumentDefaultProperties.TabWidth property. You can also do the same for all documents within a group using the IDocumentGroupDefaultProperties.TabWidth property.

See Also