Skip to main content

ItemsEditBaseActualAppearance.DropDownSelectedItemTextColor Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color DropDownSelectedItemTextColor { get; }

Property Value

Type Description
Color

The selected drop-down item’s text color.

See Also