DXColorSelector.Command Property
Gets or sets the command executed when a user taps a DXColorSelector item. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
[DXCommandParameterType(typeof(bool), Description = "SelectedColor")]
public ICommand Command { get; set; }
Property Value
Type | Description |
---|---|
ICommand | A command that exposes the ICommand interface. |
See Also