DXColorSelector.SelectedIndex Property
Gets or sets the index of 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 int SelectedIndex { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The index of the selected color. |
See Also