Back to Devexpress

SplitContainerControl.CustomHeaderButtonsLocation Property

windowsforms-devexpress-dot-xtraeditors-dot-splitcontainercontrol-e9d1cf17.md

latest1.6 KB
Original Source

SplitContainerControl.CustomHeaderButtonsLocation Property

This property is not relevant for this class.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public override GroupElementLocation CustomHeaderButtonsLocation { get; set; }
vb
<Browsable(False)>
Public Overrides Property CustomHeaderButtonsLocation As GroupElementLocation

Property Value

Type
GroupElementLocation

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.

|

See Also

SplitContainerControl Class

SplitContainerControl Members

DevExpress.XtraEditors Namespace