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
public bool ChipIsIconVisible { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if chips in this group display an icon; otherwise, false. |
See Also