Skip to main content

InputChipGroup.EditorFocusedBorderColor Property

Gets or sets the editor border color when it is focused.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public Color EditorFocusedBorderColor { get; set; }

#Property Value

Type Description
Color

A structure that specifies a color.

See Also