BottomSheetCommands.Close Property
Returns the command that closes the bottom sheet.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public Command Close { get; }
Property Value
Type | Description |
---|---|
Command | A command that closes the bottom sheet. |
See Also