Skip to main content

ToolbarColorSelector.ItemsSource Property

Gets or sets the collection of colors that are displayed in the ToolbarColorSelector. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public IEnumerable<Color> ItemsSource { get; set; }

Property Value

Type Description
IEnumerable<Color>

The collection of colors.

See Also