Back to Devexpress

BottomSheet Class

maui-devexpress-dot-maui-dot-controls-ac305ee4.md

latest3.6 KB
Original Source

BottomSheet Class

A view that slides out from the bottom of the screen and shows an action list or other supplemental content.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
[ContentProperty("Content")]
[DXLicenseMAUI]
public class BottomSheet :
    View,
    IDXViewController,
    IAppearanceOwner

Remarks

In the following image, the Bottom Sheet shows detail information for a tapped Collection View item:

For more information about the BottomSheet control, refer to the following help topics:

OverviewContains basic information about BottomSheet.Get StartedThis step-by-step tutorial guides you through creating an app with a BottomSheet.States and ModalityDescribes how to manage different states of the BottomSheet control.Custom AppearanceExplains how to customize BottomSheet appearance.ExamplesLists task-based solutions with the BottomSheet control.

Implements

Show 14 items

INotifyPropertyChanged

IAnimatable

Microsoft.Maui.Controls.ITabStopElement

IViewController

IVisualElementController

IElementController

IGestureController

IGestureRecognizers

IPropertyMapperView

IHotReloadableView

IView

Microsoft.Maui.IFrameworkElement

ITransform

IReplaceableView

Inheritance

System.Object BindableObject Element NavigableElement VisualElement View BottomSheet

Extension Methods

Yield<BottomSheet>()

YieldIfNotNull<BottomSheet>()

See Also

BottomSheet Members

DevExpress.Maui.Controls Namespace