Show / Hide Table of Contents

Class DynamicContentInfo<T>

Inheritance
System.Object
DynamicContentInfo
DynamicContentInfo<T>
Inherited Members
DynamicContentInfo.ControlType
DynamicContentInfo.RefName
DynamicContentInfo.RefDivName
DynamicContentInfo.Component
DynamicContentInfo.Owner
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class DynamicContentInfo<T> : DynamicContentInfo
Type Parameters
Name Description
T

Constructors

DynamicContentInfo()

Declaration
public DynamicContentInfo()

Properties

Context

Declaration
public T Context { get; set; }
Property Value
Type Description
T

Template

Declaration
public RenderFragment<T> Template { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.RenderFragment<T>

Methods

OnComponentChanged(Object, Object)

Declaration
protected override void OnComponentChanged(object oldValue, object component)
Parameters
Type Name Description
System.Object oldValue
System.Object component
Overrides
DynamicContentInfo.OnComponentChanged(Object, Object)

UpdateContext(Object)

Declaration
public override void UpdateContext(object context)
Parameters
Type Name Description
System.Object context
Overrides
DynamicContentInfo.UpdateContext(Object)

UpdateTemplate(Object)

Declaration
public override void UpdateTemplate(object template)
Parameters
Type Name Description
System.Object template
Overrides
DynamicContentInfo.UpdateTemplate(Object)