Skip to main content
A newer version of this page is available. .

PageView.PageHeadersAlignment Property

Gets or sets the page headers alignment. This is a dependency property.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public PageHeadersAlignment PageHeadersAlignment { get; set; }

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.

PageView - PageHeadersAlignment

To customize page headers, use the ItemTemplate property to assign a DataTemplate object to a PageView.

See Also