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