GridViewBase.GridViewCommands Property
In This Article
Gets view commands.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public GridViewCommandsBase GridViewCommands { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
For more information, refer to the following help topic: Data Grid Command API.
See Also