FlipView.ShowPreviousButton Property
Gets or sets whether the Previous button is displayed.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v25.2.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
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.

See Also