Skip to main content

InputChipGroupActualAppearance.EditorBorderColor Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color EditorBorderColor { get; }

Property Value

Type Description
Color

The editor border color.

See Also