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

GridViewBase.GridViewCommands Property

Gets view commands.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.2.dll

Declaration

public GridViewCommandsBase GridViewCommands { get; }

Property Value

Type Description
GridViewCommandsBase

A GridViewCommandsBase object that provides access to view commands.

Remarks

To learn more, see Commands.

See Also