ChipGroup.ChipIsIconVisible Property
Gets or sets whether chips in this group display an icon. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool ChipIsIconVisible { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
See Also