Interface IFormGroup
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public interface IFormGroup : IFormItemBase
Properties
Class
Declaration
string Class { get; set; }
Property Value
System.String
|
Columns
Declaration
int Columns { get; set; }
Property Value
System.Int32
|
ColumnSpacing
Declaration
string ColumnSpacing { get; set; }
Property Value
System.String
|
FormItemsCollection
Declaration
List<IFormItemBase> FormItemsCollection { get; }
Property Value
System.Collections.Generic.List<IFormItemBase>
|
LabelText
Declaration
string LabelText { get; set; }
Property Value
System.String
|