Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
[DXCategory("Behavior")]
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
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

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