Skip to main content

ToolbarColorSelector.IsEnabled Property

Gets or sets whether users can pick colors from the ToolbarColorSelector. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public bool IsEnabled { get; set; }

Property Value

Type Description
Boolean

true if users can pick colors from ToolbarColorSelector, otherwise false.

See Also