IDocumentDefaultProperties.TabWidth Property
Gets or sets the width of the current Document‘s tab.
Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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