LayoutItem.HeaderPosition Property
Gets or sets the position of the item’s header.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
HeaderPosition | The position of the item’s header. |
Available values:
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. |
Remarks
You can use the HeaderPosition property to position the header above or to the left of the item’s content.
See Also