Skip to main content

FilterRangeItemBaseActualAppearance.EditorBackgroundColor Property

Gets the background color that is applied to the FilterRangeItemBase descendant. To specify this color, use the EditorBackgroundColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color EditorBackgroundColor { get; }

Property Value

Type Description
Color

The background color.

See Also