Enum
AdaptiveMode

Controls the adaptive mode of the component. For more details about the available breakpoints, based on which the component adapts.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum AdaptiveMode

Fields

Auto

The component automatically changes its rendering based on the current screen size.

Declaration

cs-api-definition
Auto = 0

Field Value

AdaptiveMode

None

The component does not adapt to screen size changes and always use its default rendering.

Declaration

cs-api-definition
None = 1

Field Value

AdaptiveMode

In this article
DefinitionFieldsAutoNone
Not finding the help you need?
Contact Support