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

CardViewCommands Class

Provides access to CardView commands.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.2.dll

Declaration

public class CardViewCommands :
    GridViewCommandsBase

The following members return CardViewCommands objects:

Remarks

The CardView provides more than 30 built-in commands allowing you to expand/collapse group rows, move the row or cell focus, apply sorting and grouping, etc. All these commands have corresponding methods. For instance, the DataViewBase.ShowSearchPanel method corresponds to the DataViewCommandsBase.ShowSearchPanel (via the CardViewCommands.ShowSearchPanel) command.

<Button Command="{Binding Commands.ShowSearchPanel, ElementName=cardView}">Show Search Panel</Button>
See Also