Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public bool ShowNextButton { get; set; }

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.

FlipView_NavigationButtons

See Also