Interface
IFormGroup

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public interface IFormGroup : IFormItemBase

Inherited Members IFormItemBase.IdIFormItemBase.FormContainer

Properties

Class

Declaration

string Class { get; set; }

Property Value

string

ColumnSpacing

Declaration

string ColumnSpacing { get; set; }

Property Value

string

Columns

Declaration

int Columns { get; set; }

Property Value

int

FormItemsCollection

Declaration

List<IFormItemBase> FormItemsCollection { get; }

Property Value

List<IFormItemBase>

LabelText

Declaration

string LabelText { get; set; }

Property Value

string