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