Skip to main content

FilterListItemBase.EditorBackgroundColor Property

Gets or sets the background color of the FilterListItemBase editor. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color EditorBackgroundColor { get; set; }

Property Value

Type Description
Color

The background color of the FilterListItemBase editor.

See Also