GridViewBase.GridViewCommands Property
Gets view commands.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
GridViewCommandsBase | A GridViewCommandsBase object that provides access to view commands. |
Remarks
For more information, refer to the following help topic: Data Grid Command API.
See Also