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

LayoutGroup.ExpandButtonLocation Property

OBSOLETE

Use HeaderButtonsLocation instead

Gets or sets the position of the expand button within the group header.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

[Obsolete("Use HeaderButtonsLocation instead")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[Browsable(false)]
[DXCategory("Behavior")]
public GroupElementLocation ExpandButtonLocation { get; set; }

Property Value

Type Description
GroupElementLocation

A GroupElementLocation value that specifies the expand button’s position.

Available values:

Name Description
Default

Specifies the default position of an element relative to a text label. Currently, the Default option is equivalent to the BeforeText option.

BeforeText

Displays an element before a text label.

AfterText

Displays an element after a text label.

Remarks

Layout groups support expand buttons which allow an end-user to collapse and expand groups. To display expand buttons use the LayoutGroup.ExpandButtonVisible property. The ExpandButtonLocation property determines the position of the expand button within the group’s header area.

See Also