Back to Devexpress

LayoutGroup.HeaderButtonsLocation Property

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-f9c74b0f.md

latest2.3 KB
Original Source

LayoutGroup.HeaderButtonsLocation Property

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

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(GroupElementLocation.Default)]
[DXCategory("Behavior")]
[XtraSerializableProperty(XtraSerializationVisibility.Visible)]
public GroupElementLocation HeaderButtonsLocation { get; set; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Visible)>
<DefaultValue(GroupElementLocation.Default)>
<DXCategory("Behavior")>
Public Property HeaderButtonsLocation As GroupElementLocation

Property Value

TypeDefaultDescription
GroupElementLocationDefault

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

|

Available values:

NameDescription
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

ExpandButtonVisible

CustomHeaderButtons

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace