ChipGroup.ChipRoundedIcon Property
Gets or sets whether chip icons in this group are rounded. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool ChipRoundedIcon { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
See Also