TabbedGroup.HeaderAutoFill Property
Gets or sets whether tab headers are stretched to the width of the TabbedGroup‘s header region.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public virtual DefaultBoolean HeaderAutoFill { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default | A DefaultBoolean value that specifies whether tab headers are stretched to the width of the TabbedGroup‘s header region. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Remarks
If the HeaderAutoFill property is set to True, tab headers are stretched to the width of the TabbedGroup‘s header region. Otherwise, the size of tab headers is set to a value sufficient for displaying tab captions in their entirety.
See Also