Class DataFormEditorType
Defines the DataForm editor type.
Inheritance
System.Object
DataFormEditorType
Namespace: Syncfusion.Maui.DataForm
Assembly: Syncfusion.Maui.DataForm.dll
Syntax
public sealed class DataFormEditorType : Enum
Fields
AutoComplete
Specifies the auto-complete editor.
Declaration
public const DataFormEditorType AutoComplete
Field Value
Type |
---|
DataFormEditorType |
CheckBox
Specifies the check box editor.
Declaration
public const DataFormEditorType CheckBox
Field Value
Type |
---|
DataFormEditorType |
ComboBox
Specifies the combo-box editor.
Declaration
public const DataFormEditorType ComboBox
Field Value
Type |
---|
DataFormEditorType |
Custom
Specifies the custom editor.
Declaration
public const DataFormEditorType Custom
Field Value
Type |
---|
DataFormEditorType |
Date
Specifies the date editor.
Declaration
public const DataFormEditorType Date
Field Value
Type |
---|
DataFormEditorType |
MaskedText
Specifies the masked text editor.
Declaration
public const DataFormEditorType MaskedText
Field Value
Type |
---|
DataFormEditorType |
MultilineText
Specifies the multi-line text editor.
Declaration
public const DataFormEditorType MultilineText
Field Value
Type |
---|
DataFormEditorType |
Numeric
Specifies the numeric editor.
Declaration
public const DataFormEditorType Numeric
Field Value
Type |
---|
DataFormEditorType |
Password
Specifies the password editor.
Declaration
public const DataFormEditorType Password
Field Value
Type |
---|
DataFormEditorType |
Picker
Specifies the picker editor.
Declaration
public const DataFormEditorType Picker
Field Value
Type |
---|
DataFormEditorType |
RadioGroup
Specifies the radio group editor.
Declaration
public const DataFormEditorType RadioGroup
Field Value
Type |
---|
DataFormEditorType |
Segment
Specifies the segment editor.
Declaration
public const DataFormEditorType Segment
Field Value
Type |
---|
DataFormEditorType |
Switch
Specifies the switch editor.
Declaration
public const DataFormEditorType Switch
Field Value
Type |
---|
DataFormEditorType |
Text
Specifies the text editor.
Declaration
public const DataFormEditorType Text
Field Value
Type |
---|
DataFormEditorType |
Time
Specifies the time editor.
Declaration
public const DataFormEditorType Time
Field Value
Type |
---|
DataFormEditorType |