PageView.PageHeadersAlignment Property
Gets or sets the page headers alignment. This is a dependency property.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Xpf.WindowsUI.PageHeadersAlignment | A PageHeadersAlignment enumerator value that specifies the current page headers alignment for this PageView. |
Remarks
By default, page headers for a PageView object are displayed above the PageView content. Use the PageHeadersAlignment property to change this default alignment. The figure below demonstrates a PageView with its page headers aligned to the right.
To customize page headers, use the ItemTemplate property to assign a DataTemplate object to a PageView.
See Also