Skip to main content

SlideView.ShowBackButton Property

Gets or sets whether the current SlideView 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 SlideView should display its Back Button; otherwise, false.

Remarks

A SlideView can display a Back Button when an end-user navigates to this SlideView. If you use the PageAdornerControl along with a SlideView, you may want to hide the native SlideView 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