menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class BottomSheetState - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BottomSheetState

    Specifies the current display state of the SfBottomSheet control.

    Inheritance
    System.Object
    BottomSheetState
    Namespace: Syncfusion.Maui.Toolkit.BottomSheet
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public sealed class BottomSheetState : Enum
    Remarks

    This enum is used to represent the various possible states of the bottom sheet, allowing for precise control and state management of the UI component.

    Fields

    Collapsed

    Denotes that the bottom sheet is in its minimized or collapsed state, typically showing only a small portion or header.

    Declaration
    public const BottomSheetState Collapsed
    Field Value
    Type
    BottomSheetState

    FullExpanded

    Indicates that the bottom sheet is fully expanded to cover the entire screen.

    Declaration
    public const BottomSheetState FullExpanded
    Field Value
    Type
    BottomSheetState

    HalfExpanded

    Represents the state where the bottom sheet is expanded to cover approximately half of the screen.

    Declaration
    public const BottomSheetState HalfExpanded
    Field Value
    Type
    BottomSheetState

    Hidden

    Signifies that the bottom sheet is completely hidden from view.

    Declaration
    public const BottomSheetState Hidden
    Field Value
    Type
    BottomSheetState
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved