Class LicenseContextProvider
Optimized License context provider component
Inheritance
LicenseContextProvider
Assembly: Syncfusion.Blazor.dll
Syntax
public class LicenseContextProvider : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
LicenseContextProvider()
Declaration
public LicenseContextProvider()
Properties
ChildContent
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Context
Declaration
[Parameter]
public LicenseContext Context { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder builder)
Parameters
Overrides
Implements