Interface IFormItem
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public interface IFormItem : IFormItemBase
Properties
Class
Declaration
string Class { get; set; }
Property Value
System.String
|
ColSpan
Declaration
int ColSpan { get; set; }
Property Value
System.Int32
|
EditorType
Declaration
Nullable<FormEditorType> EditorType { get; set; }
Property Value
System.Nullable<FormEditorType>
|
Enabled
Declaration
bool Enabled { get; set; }
Property Value
System.Boolean
|
Field
Declaration
string Field { get; set; }
Property Value
System.String
|
FieldType
Declaration
Type FieldType { get; set; }
Property Value
System.Type
|
Hint
Declaration
string Hint { get; set; }
Property Value
System.String
|
IsAutoGenerated
Declaration
bool IsAutoGenerated { get; set; }
Property Value
System.Boolean
|
LabelText
Declaration
string LabelText { get; set; }
Property Value
System.String
|
Template
Declaration
RenderFragment Template { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|