FormPickerItemBase.Commands Property
In This Article
Gets the collection of FormPickerItemBase commands.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public virtual FormPickerItemBaseCommands Commands { get; }
#Property Value
Type | Description |
---|---|
Form |
An object that specifies a set of commands. |
See Also