Skip to main content

FilterRangeItemBase.EditorBackgroundColor Property

Gets or sets the background color of the FilterRangeItemBase 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 FilterRangeItemBase editor.

See Also