Class InputType
Determines which component to be rendered while editing on the In-place Editor.
Inheritance
Namespace: Syncfusion.Blazor.InPlaceEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class InputType : Enum
Fields
AutoComplete
Defines the input type as AutoComplete to render the SfAutoComplete component.
Declaration
public const InputType AutoComplete
Field Value
Type |
---|
InputType |
Color
Defines the input type as Color to render the SfColorPicker component.
Declaration
public const InputType Color
Field Value
Type |
---|
InputType |
ComboBox
Defines the input type as ComboBox to render the SfComboBox component.
Declaration
public const InputType ComboBox
Field Value
Type |
---|
InputType |
Date
Defines the input type as Date to render the SfDatePicker component.
Declaration
public const InputType Date
Field Value
Type |
---|
InputType |
DateRange
Defines the input type as DateRange to render the SfDateRangePicker component.
Declaration
public const InputType DateRange
Field Value
Type |
---|
InputType |
DateTime
Defines the input type as DateTime to render the SfDateTimePicker component.
Declaration
public const InputType DateTime
Field Value
Type |
---|
InputType |
DropDownList
Defines the input type as DropDownList to render the SfDropDownLIst component.
Declaration
public const InputType DropDownList
Field Value
Type |
---|
InputType |
Mask
Defines the input type as Mask to render the SfMaskedTextBox component.
Declaration
public const InputType Mask
Field Value
Type |
---|
InputType |
MultiSelect
Defines the input type as MultiSelect to render the SfMultiSelect component.
Declaration
public const InputType MultiSelect
Field Value
Type |
---|
InputType |
Numeric
Defines the input type as Numeric to render the SfNumericTextBox component.
Declaration
public const InputType Numeric
Field Value
Type |
---|
InputType |
RichTextEditor
Defines the input type as RichTextEditor to render the SfRichTextEditor component.
Declaration
public const InputType RichTextEditor
Field Value
Type |
---|
InputType |
Slider
Defines the input type as Slider to render the SfSlider component.
Declaration
public const InputType Slider
Field Value
Type |
---|
InputType |
Template
Defines the input type as Template to render the custom Blazor UI component.
Declaration
public const InputType Template
Field Value
Type |
---|
InputType |
Text
Defines the input type as Text to render the SfTextbox component.
Declaration
public const InputType Text
Field Value
Type |
---|
InputType |
Time
Defines the input type as Time to render the SfTimePicker component.
Declaration
public const InputType Time
Field Value
Type |
---|
InputType |