ClassFormGroup
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class FormGroup : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IFormItemsContainer, IFormGroup, IFormItemBase, IDisposable
Inheritance: objectComponentBaseFormGroup
Implements:
Inherited Members
Constructors
FormGroup()
Declaration
public FormGroup()
Properties
ChildContent
The content of the form group. Children: FormItem tags.
Class
Defines custom CSS class of the group.
ColumnSpacing
Defines the spacing between columns in form grid layout.
Columns
Defines the count of columns in form grid layout.
FormItemsCollection
Declaration
public List<IFormItemBase> FormItemsCollection { get; }
Property Value
Implements
Id
Defines the id of the form group that will be rendered.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
public void Dispose()
Implements
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides