FormItemBase.UseRippleEffect Property
Gets or sets whether to show ripple effects when users tap a data form item. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool UseRippleEffect { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also