Class LicenseContextProvider
Optimized License context provider component
Inherited Members
Namespace: Syncfusion.Blazor
Assembly: Syncfusion.Blazor.dll
Syntax
public class LicenseContextProvider : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
LicenseContextProvider()
Declaration
public LicenseContextProvider()
Properties
ChildContent
Gets or sets the content to render inside the provider.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
| Type |
|---|
| RenderFragment |
Context
Gets or sets the LicenseContext to be provided to child components.
Declaration
[Parameter]
public LicenseContext Context { get; set; }
Property Value
| Type |
|---|
| LicenseContext |