Back to Devexpress

ToolbarColorSelector.ItemsSource Property

maui-devexpress-dot-maui-dot-controls-dot-toolbarcolorselector.md

latest1012 B
Original Source

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

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

Property Value

TypeDescription
IEnumerable<Color>

The collection of colors.

|

See Also

ToolbarColorSelector Class

ToolbarColorSelector Members

DevExpress.Maui.Controls Namespace