ToolbarColorSelector.SelectedIndex Property
Gets or sets the index of the color that is selected within the ToolbarColorSelector. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public int SelectedIndex { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The index of the selected color. |
See Also