Back to Devexpress

IDocumentGroupDefaultProperties.TabWidth Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-idocumentgroupdefaultproperties-7a9226ef.md

latest2.3 KB
Original Source

IDocumentGroupDefaultProperties.TabWidth Property

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

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
int TabWidth { get; set; }
vb
Property TabWidth As Integer

Property Value

TypeDescription
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

IDocumentDefaultProperties.TabWidth

IDocumentGroupDefaultProperties Interface

IDocumentGroupDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace