DXCollectionView.HideSwipeItems(Boolean) Method
In This Article
Hides the swipe item menu.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
public void HideSwipeItems(
bool animated = true
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
animated | Boolean | True | Indicates whether the hide action is animated. |
See Also