HeaderPosition Enum
Enumerates possible positions of a LayoutItem’s header relative to its content region.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Members
Name | Description |
---|---|
Default
|
The default header position. In the snapped app state, headers are displayed at the top of the item’s content. In other app states, headers are displayed at the left of the item’s content. |
Left
|
An item’s header is placed at the left of the item’s content. |
Top
|
An item’s header is placed at the top of the item’s content. |
Related API Members
The following properties accept/return HeaderPosition values:
Remarks
Use the LayoutItem.HeaderPosition property to specify the position of a LayoutItem’s header relative to its content region.