Skip to main content

FlipView.ShowPreviousButton Property

Gets or sets whether the Previous button is displayed.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public bool ShowPreviousButton { get; set; }

Property Value

Type Description
Boolean

true, if the Previous button is displayed; otherwise, false.

Remarks

By default, the FlipView displays the Previous button that allows an end-user to flip to the previous item. Set the ShowPreviousButton property to false to prevent the Previous button from being displayed.

FlipView_NavigationButtons

See Also