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 |