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