Skip to main content

IDocumentDefaultProperties.ActualMaxTabWidth Property

Gets the current tab header’s width for the current Document.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
int ActualMaxTabWidth { get; }

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