ChipGroup.ChipUseRippleEffect Property
Gets or sets whether the chip groups displays a ripple effect when a user (un)selects a chip in this group. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool ChipUseRippleEffect { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
See Also