menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AdaptiveMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AdaptiveMode

    AdaptiveMode Defines the mode of AdaptiveUI layout. The available Adaptive modes are:

    • Both Default.Render the Adaptive Layout for both mobile and desktop.
    • MobileRender the Adaptive Layouts only on the smaller devices.
    • DesktopRender the Adaptive Layouts only on the desktop.
    Inheritance
    System.Object
    AdaptiveMode
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class AdaptiveMode : Enum

    Fields

    Both

    Default. Render the Adaptive Layout for both mobile and desktop.

    Declaration
    public const AdaptiveMode Both
    Field Value
    Type
    AdaptiveMode

    Desktop

    Render the Adaptive Layouts only on the Desktop.

    Declaration
    public const AdaptiveMode Desktop
    Field Value
    Type
    AdaptiveMode

    Mobile

    Render the Adaptive Layouts only on the smaller devices.

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