BottomSheet.Commands Property
Gets the collection of BottomSheet
commands.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public BottomSheetCommands Commands { get; }
Property Value
Type | Description |
---|---|
BottomSheetCommands | An object that specifies a set of |
See Also