IDocumentDefaultProperties.ActualMaxTabWidth Property
Gets the current tab header’s width for the current Document.
Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | An Int32 value specifying the current tab header’s width for the current Documents. |
Remarks
Maximum tab header’s width can be set via the IDocumentDefaultProperties.MaxTabWidth or the IDocumentProperties.MaxTabWidth property. The ActualMaxTabWidth property is used to determine the actual tab header’s width for specific Documents. The ActualMaxTabWidth property can be accessed via the BaseDocument.Properties object.
See Also