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