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