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

Commands

The GridControl provides you a set of built-in commands allowing some mostly used actions to be easily programmed via XAML markup.

The following classes store these commands:

Tip

Refer to these classes’ members to get the full list of available commands.

The code snippet below demonstrates the usage of commands.

<Button Command="{Binding ElementName=grid,Path=View.Commands.ShowSearchPanel}" />