ClassFormGroup
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.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Class
Defines custom CSS class of the group.
Declaration
[Parameter]
public string Class { get; set; }
Property Value
Implements
ColumnSpacing
Defines the spacing between columns in form grid layout.
Declaration
[Parameter]
public string ColumnSpacing { get; set; }
Property Value
Implements
Columns
Defines the count of columns in form grid layout.
Declaration
[Parameter]
public int Columns { get; set; }
Property Value
Implements
FormItemsCollection
Declaration
public List<IFormItemBase> FormItemsCollection { get; }
Property Value
Implements
Id
Defines the id of the form group that will be rendered.
LabelText
Defines the label text of the group.
Declaration
[Parameter]
public string LabelText { get; set; }
Property Value
Implements
RowSpacing
Defines the spacing between rows in form grid layout.
Declaration
[Parameter]
public string RowSpacing { get; set; }
Property Value
Implements
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