HeaderPosition Enum
In This Article
Lists the values that specify the grid view’s header position.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Members
Name | Description |
---|---|
Top
|
The header is displayed at the top of the Grid |
Compact
|
The header is displayed to the left of the compact panel. |
Search
|
The header is displayed to the left of the search panel. If the search panel is hidden, the header is not displayed. |
#Related API Members
The following properties accept/return HeaderPosition values:
See Also