Skip to main content

BottomSheet.CloseAsync() Method

Closes the bottom sheet asynchronously and returns the Task that is completed when closing animation is completed.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public Task CloseAsync()

Returns

Type Description
Task

An operation that executes asynchronously and is completed when the closing animation is finished.

See Also