Interface
IFormItem

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public interface IFormItem : IFormItemBase

Inherited Members IFormItemBase.IdIFormItemBase.FormContainer

Properties

Class

Declaration

cs-api-definition
string Class { get; set; }

Property Value

string

ColSpan

Declaration

cs-api-definition
int ColSpan { get; set; }

Property Value

int

EditorType

Declaration

cs-api-definition
FormEditorType? EditorType { get; set; }

Property Value

FormEditorType?

Enabled

Declaration

cs-api-definition
bool Enabled { get; set; }

Property Value

bool

Field

Declaration

cs-api-definition
string Field { get; set; }

Property Value

string

FieldType

Declaration

cs-api-definition
Type FieldType { get; set; }

Property Value

Type

Hint

Declaration

cs-api-definition
string Hint { get; set; }

Property Value

string

IsAutoGenerated

Declaration

cs-api-definition
bool IsAutoGenerated { get; set; }

Property Value

bool

LabelText

Declaration

cs-api-definition
string LabelText { get; set; }

Property Value

string

Template

Declaration

cs-api-definition
RenderFragment Template { get; set; }

Property Value

RenderFragment