Class AdaptiveMode
Controls the adaptive mode of the component. For more details about the available breakpoints, based on which the component adapts.
Inheritance
System.Object
AdaptiveMode
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class AdaptiveMode : Enum
Fields
Auto
The component automatically changes its rendering based on the current screen size.
Declaration
public const AdaptiveMode Auto
Field Value
AdaptiveMode
|
None
The component does not adapt to screen size changes and always use its default rendering.
Declaration
public const AdaptiveMode None
Field Value
AdaptiveMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|