Skip to main content

ChipGroup.ChipBorderColor Property

Gets or sets the border color for chips when they are in the normal state.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public Color ChipBorderColor { get; set; }

#Property Value

Type Description
Color

A structure that specifies a color.

See Also