Back to Devexpress

GridViewBase.GridViewCommands Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewbase-678a1bd6.md

latest1.2 KB
Original Source

GridViewBase.GridViewCommands Property

Gets view commands.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public GridViewCommandsBase GridViewCommands { get; }
vb
Public ReadOnly Property GridViewCommands As GridViewCommandsBase

Property Value

TypeDescription
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

GridViewBase Class

GridViewBase Members

DevExpress.Xpf.Grid Namespace