Chip.IsRemoveIconVisible Property
Gets or sets whether the icon that allows users to remove the chip is visible.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool IsRemoveIconVisible { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
See Also