Skip to main content

PageView.ShowBackButton Property

Gets or sets whether the current PageView should display its Back Button.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public bool ShowBackButton { get; set; }

Property Value

Type Description
Boolean

true, if the current PageView should display a Back Button; otherwise, false.

Remarks

A PageView can display a Back Button when an end-user navigates to this PageView. If you use the PageAdornerControl along with a PageView, you may want to hide the native PageView container’s Back Button. To do so, set the ShowBackButton property to false. See the Navigation topic to learn how to use PageAdornerControl objects and navigation buttons.

See Also