ChipGroupActualAppearance.ChipUseRippleEffect Property
Gets whether the ripple effect is used to change the ChipGroup‘s selection state. To specify this value, use the ChipUseRippleEffect property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool ChipUseRippleEffect { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also