Skip to main content

SelectableChipGroup.ChipSelectedTextColor Property

Gets or sets the text color for selected chips in this group.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public Color ChipSelectedTextColor { get; set; }

#Property Value

Type Description
Color

A structure that specifies a color.

See Also