Back to Devexpress

IDocumentGroupDefaultProperties.ActualHeaderAutoFill Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-idocumentgroupdefaultproperties-e516d058.md

latest1.7 KB
Original Source

IDocumentGroupDefaultProperties.ActualHeaderAutoFill Property

Gets or sets whether tabs are actually stretched to fill the entire width of the group.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
DefaultBoolean ActualHeaderAutoFill { get; }
vb
ReadOnly Property ActualHeaderAutoFill As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

True if tabs are stretched to fill the entire width of the group; otherwise, False.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

See Also

IDocumentGroupDefaultProperties Interface

IDocumentGroupDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace