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