Skip to main content

PageView.ItemsPanelVertical 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 vertically. This is a dependency property.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

[Obsolete]
public ItemsPanelTemplate ItemsPanelVertical { get; set; }

Property Value

Type Description
ItemsPanelTemplate

An ItemsPanelTemplate object applied to this PageView‘s page headers panel when this panel is oriented vertically. This is a dependency property.

Remarks

A template assigned to the ItemsPanelVertical property is used when the page headers panel is aligned to the left or right. Use the PageView.PageHeadersAlignment property to relocate the page headers panel.

See Also