Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IDocumentGroupDefaultProperties.TabWidth Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

int TabWidth { get; set; }

#Property Value

Type Description
Int32

An Int32 value specifying the width of tabs within the current DocumentGroup.

#Remarks

The IDocumentProperties.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 TabWidth property.

See Also