Skip to main content

ChipGroup.ChipIsIconVisible Property

Gets or sets whether chips in this group display an icon.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public bool ChipIsIconVisible { get; set; }

#Property Value

Type Description
Boolean

true if chips in this group display an icon; otherwise, false.

See Also