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