DXCollectionView.Commands Property
In This Article
Returns the collection of CollectionView commands.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
public DXCollectionViewCommands Commands { get; }
#Property Value
Type | Description |
---|---|
DXCollection |
An object that specifies a set of commands. |
See Also