LayoutGroup.ExpandButtonLocation Property
OBSOLETE
Use Header
Gets or sets the position of the expand button within the group header.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use HeaderButtonsLocation instead")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public GroupElementLocation ExpandButtonLocation { get; set; }
#Property Value
Type | Description |
---|---|
Group |
A Group |
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 Before |
Before |
Displays an element before a text label. |
After |
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.