Skip to main content

ItemsEditBaseActualAppearance.DropDownSelectedItemBackgroundColor Property

Gets the background color that is applied to the ItemsEditBase‘s drop-down item when it is selected. To specify this color, use the DropDownSelectedItemBackgroundColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color DropDownSelectedItemBackgroundColor { get; }

Property Value

Type Description
Color

The selected drop-down item’s background color.

See Also