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

GridContextMenuInfoBase.Commands Property

Contains GridControl commands.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public GridControlCommands Commands { get; }

Property Value

Type Description
GridControlCommands

A GridControlCommands object that contains grid commands.

See Also