IFormItemsContainer
Interface
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public interface IFormItemsContainer
Derived Classes:
Methods
C#
void RemoveFormItem(IFormItemBase item, bool isAutoGenerated = false)
Properties
C#
List<IFormItemBase> FormItemsCollection { get; }