FlipView.ShowPreviousButton Property
Gets or sets whether the Previous button is displayed.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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.
See Also