ComboBoxEditBaseActualAppearance.DropDownIconColor Property
Gets the drop-down icon color that is applied to the ComboBoxEdit. To specify this color, use the DropDownIconColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color DropDownIconColor { get; }
Property Value
Type | Description |
---|---|
Color | The drop-down icon color. |
See Also