DXColorSelector.SelectedColor Property
Gets or sets the color that is selected within the DXColorSelector. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public Color SelectedColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color | The selected color. |
See Also