Back to Devexpress

BottomSheet.CloseAsync() Method

maui-devexpress-dot-maui-dot-controls-dot-bottomsheet-ce0e5055.md

latest970 B
Original Source

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

csharp
public Task CloseAsync()

Returns

TypeDescription
Task

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

|

See Also

BottomSheet Class

BottomSheet Members

DevExpress.Maui.Controls Namespace