Back to Devexpress

IDocumentGroupDefaultProperties.HeaderAutoFill Property

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

latest2.3 KB
Original Source

IDocumentGroupDefaultProperties.HeaderAutoFill Property

Gets or sets whether tabs are 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
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
DefaultBoolean HeaderAutoFill { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Property HeaderAutoFill As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

True if tabs are stretched to fill the entire width of the group; False if not; Default uses the IDocumentGroupProperties.HeaderAutoFill setting.

|

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

|

Remarks

The HeaderAutoFill property overrides the view’s IDocumentGroupProperties.HeaderAutoFill setting for the current group.

See Also

HeaderAutoFill

IDocumentGroupDefaultProperties Interface

IDocumentGroupDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace