Skip to main content

FilterListItemBase.SelectedItemBackgroundColor Property

Gets or sets the background color of the FilterListItemBase descendant’s editor when it is selected. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color SelectedItemBackgroundColor { get; set; }

Property Value

Type Description
Color

The background color of the FilterListItemBase descendant’s editor.

See Also