Skip to main content

InputChipGroupActualAppearance.EditorTextColor Property

Gets the editor text color that is applied to the InputChipGroup. To specify this color, use the EditorTextColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color EditorTextColor { get; }

Property Value

Type Description
Color

The editor text color.

See Also