Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LayoutGroup.HeaderButtonsLocation Property

Gets or sets whether the group header buttons are displayed before or after text.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(GroupElementLocation.Default)]
[DXCategory("Behavior")]
[XtraSerializableProperty(XtraSerializationVisibility.Visible)]
public GroupElementLocation HeaderButtonsLocation { get; set; }

#Property Value

Type Default Description
GroupElementLocation Default

The position of the group header button relative to the header text.

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

The HeaderButtonsLocation property affects the position of the following buttons within the group header:

See Also