Skip to main content

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.v23.2.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.

0

False

The value is false.

1

Default

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

2

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