DataControlBase.Commands Property
In This Article
Provides access to grid commands. This is a dependency property.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null)]
public DataControlCommandsBase Commands { get; }
#Property Value
Type | Description |
---|---|
Data |
A DevExpress. |
See Also