ClassRootComponentAdaptiveSettings
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class RootComponentAdaptiveSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseRootComponentAdaptiveSettings
Implements:
Inherited Members
Constructors
RootComponentAdaptiveSettings()
Declaration
cs-api-definition
public RootComponentAdaptiveSettings()
Properties
RootComponentContainer
Declaration
cs-api-definition
[CascadingParameter]
public TelerikRootComponent RootComponentContainer { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements
OnInitialized()
Declaration
cs-api-definition
protected override void OnInitialized()
Overrides