SwipeItemData.IsDefaultActionActive Property
In This Article
Gets or sets whether the default swipe action will be performed.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public bool IsDefaultActionActive { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also