ItemsEditBaseActualAppearance.DropDownItemTextColor Property
Gets the text color that is applied to the ItemsEditBase‘s drop-down items. To specify this color, use the DropDownItemTextColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color DropDownItemTextColor { get; }
Property Value
Type | Description |
---|---|
Color | The text color. |
See Also