FlipView.ShowNextButton Property
Gets or sets whether the Next button is displayed. This is a dependency property.
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 Next button that allows an end-user to flip to the next item. Set the ShowNextButton property to false to prevent the Next button from being displayed.

See Also