PageView.ItemsPanelHorizontal Property
OBSOLETE
This Property is obsolete now.
Gets or sets the template applied to this PageView‘s page headers panel when this panel is oriented horizontally. 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 |
---|---|
ItemsPanelTemplate | An ItemsPanelTemplate object applied to this PageView‘s page headers panel when this panel is oriented horizontally. This is a dependency property. |
Remarks
A template assigned to the ItemsPanelHorizontal property is used when the page headers panel is aligned to the top or bottom. Use the PageView.PageHeadersAlignment property to relocate the page headers panel.
See Also