Skip to main content
A newer version of this page is available. .

FlipView.ShowPreviousButton Property

Gets or sets whether the Previous button is displayed.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v19.1.dll

Declaration

public bool ShowPreviousButton { get; set; }

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.

FlipView_NavigationButtons

See Also