windowsforms-devexpress-dot-xtratabbedmdi-dot-xtratabbedmdimanager-543bc486.md
Gets or sets whether the page headers should be automatically stretched to fill the empty space in a tab row.
Namespace : DevExpress.XtraTabbedMdi
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual DefaultBoolean HeaderAutoFill { get; set; }
<DXCategory("Appearance")>
<DefaultValue(DefaultBoolean.Default)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property HeaderAutoFill As DefaultBoolean
| Type | Default | Description |
|---|---|---|
| DefaultBoolean | Default |
A DefaultBoolean enumeration value which specifies whether the page headers should be automatically stretched to fill the empty space in a tab row.
|
Available values:
| Name | Description | Return 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