Class GridEditorType
The editor type used for editing for a particular column in the Grid.
Inheritance
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class GridEditorType : Enum
Fields
CheckBox
Sets the editor to a TelerikCheckBox<TValue>.
Declaration
public const GridEditorType CheckBox
Field Value
GridEditorType
|
DatePicker
Sets the editor to a TelerikDatePicker<T>.
Declaration
public const GridEditorType DatePicker
Field Value
GridEditorType
|
DateTimePicker
Sets the editor to a TelerikDateTimePicker<T>.
Declaration
public const GridEditorType DateTimePicker
Field Value
GridEditorType
|
Switch
Sets the editor to a TelerikSwitch<TValue>.
Declaration
public const GridEditorType Switch
Field Value
GridEditorType
|
TextArea
Sets the editor to a TelerikTextArea.
Declaration
public const GridEditorType TextArea
Field Value
GridEditorType
|
TextBox
Sets the editor to a TelerikTextBox.
Declaration
public const GridEditorType TextBox
Field Value
GridEditorType
|
TimePicker
Sets the editor to a TelerikTimePicker<T>.
Declaration
public const GridEditorType TimePicker
Field Value
GridEditorType
|
value__
Declaration
public int value__
Field Value
System.Int32
|