Back to Devexpress

HeaderPosition Enum

wpf-devexpress-dot-xpf-dot-grid-38f3f124.md

latest1.4 KB
Original Source

HeaderPosition Enum

Lists the values that specify the grid view’s header position.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public enum HeaderPosition
vb
Public Enum HeaderPosition

Members

NameDescription
Top

The header is displayed at the top of the GridControl.

| | CompactPanel |

The header is displayed to the left of the compact panel.

| | SearchPanel |

The header is displayed to the left of the search panel. If the search panel is hidden, the header is not displayed.

|

The following properties accept/return HeaderPosition values:

See Also

DevExpress.Xpf.Grid Namespace