BottomSheet.Close(Action) Method
Closes the bottom sheet.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public void Close(
Action completionHandler = null
)
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| completionHandler | Action | null | A lambda function that is executed after the bottom sheet is closed. |
See Also