FlipView.PreviousCommand Property
Gets or sets a custom command invoked by the Previous button after the current item has been flipped.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
ICommand | A custom command invoked by the Previous button after the current item has been flipped. |
Remarks
The Previous button allows an end-user to flip to the previous item. In addition to this action, a custom command can be performed when the Previous button is clicked. If a custom command is assigned to the PreviousCommand property, it is invoked after the current item has been flipped.
See Also