Class FormGroupRendererTemplateContext
Inheritance
System.Object
FormGroupRendererTemplateContext
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class FormGroupRendererTemplateContext : Object
Constructors
FormGroupRendererTemplateContext()
Declaration
public FormGroupRendererTemplateContext()
Properties
Items
Declaration
public List<IFormItemBase> Items { get; }
Property Value
System.Collections.Generic.List<IFormItemBase>
|