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.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the Next button is displayed; otherwise, false. The default is true. |
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