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

DataControlBase.Commands Property

Provides access to grid commands. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

public DataControlCommandsBase Commands { get; protected set; }

Property Value

Type Description
DevExpress.UI.Xaml.Grid.DataControlCommandsBase

A DevExpress.UI.Xaml.Grid.DataControlCommandsBase object that provides a set of grid commands.

See Also