Namespace Syncfusion.Maui.DataForm
Classes
DataFormAutoCompleteItem
Represents the class that encapsulates the layout and auto complete editor(SfAutoComplete) settings for data field. |
DataFormCheckBoxItem
Represents the class that encapsulates the layout and CheckBox editor settings for data field. |
DataFormComboBoxItem
Represents the class that encapsulates the layout and ComboBox editor settings for data field. |
DataFormCommitMode
Defines the constants for CommitMode that specifies when the value entered by user should be saved to the data object. |
DataFormCustomItem
Represents the class that encapsulates the layout and custom editor setting for a data field. |
DataFormDateItem
Represents the class that encapsulates the layout and date picker editor settings for a data field. |
DataFormDateRangeAttribute
Specifies the date range constraints for the value of a data field. |
DataFormDefaultLayoutSettings
Represents a class that holds the default layout settings of the DataFormItem. |
DataFormDisplayOptionsAttribute
Provides a attribute that lets you specify the display settings for a data field. |
DataFormEditorType
Defines the DataForm editor type. |
DataFormGroupItem
Represents the class to encapsulates the group settings for group of data field's appearing in DataForm. |
DataFormItem
Represents the class that encapsulates the layout and editor setting for a data field appearing in DataForm. |
DataFormItemLength
Represents a structure which is used to define the width of DataForm Items(label and editor). |
DataFormItemLengthConverter
Represents the converter class for DataFormItemLength structure. |
DataFormItemLengthUnitType
Defines the unit types for width type. |
DataFormItemManager
Interface holds the ItemManager. |
DataFormLabelPosition
Defines the constants for label position that specifies whether to layout the label at left or top of editor. |
DataFormLayoutType
Defines the constants for data form layout type that specifies whether the layout type is Default or Text input layout. |
DataFormListItem
Represents the class that encapsulates the common picker editor settings. |
DataFormMaskedTextItem
Represents the class that encapsulates the layout and masked text editor(SfMaskedEntry) settings for data field. |
DataFormMultilineItem
Represents the class that encapsulates the layout and MultilineText editor setting for a data field. |
DataFormNumericItem
Represents the class that encapsulates the layout and numeric editor(SfNumericEntry) settings for data field. |
DataFormPasswordItem
Represents the class that encapsulates the layout and password editor setting for a data field. |
DataFormPickerItem
Represents the class that encapsulates the layout and picker editor settings for data field. |
DataFormRadioGroupItem
Represents the class that encapsulates the layout and RadioGroup editor settings for data field. |
DataFormSegmentItem
Represents the class that encapsulates the layout and segment editor(SfSegmentedControl) settings for data field. |
DataFormSwitchItem
Represents the class that encapsulates the Switch editor settings |
DataFormTextEditorItem
Represents the base class that encapsulates the layout and text editor setting for a data field. |
DataFormTextItem
Represents the class that encapsulates the layout and text editor setting for a data field. |
DataFormTextSearchMode
Specifies the type of the text search mode in ComboBox, AutoComplete. |
DataFormTextStyle
Gets or sets properties which allows to customize the editor text style in the data form. |
DataFormTimeItem
Represents the class that encapsulates the layout and time picker editor setting for a data field. |
DataFormValidateFormEventArgs
Provides data for ValidateForm event. |
DataFormValidatePropertyEventArgs
Provides data for ValidateProperty event. |
DataFormValidationMode
Defines the constants for ValidationMode that specifies when the user input should be validated for data object. |
DataFormValueConverterAttribute
Specifies the converter for the data field to convert the value before reading and saving in DataForm. |
DataFormViewItem
Represents the base class that encapsulates the layout, group and editor setting for a data fields appearing in DataForm. |
GenerateDataFormItemEventArgs
Provides data for GenerateDataFormItem event. |
MaskedEditorClearButtonVisibility
Defines the constants for ClearButtonVisibility that specifies when to show clear button. |
MaskedEditorMaskFormat
Defines the constants for ValueMaskFormat. |
MaskedEditorMaskType
Defines the constants for MaskType. |
NumericEditorUpDownPlacementMode
Defines the constants for UpDownPlacementMode that specify how the spin buttons used to increment or decrement Syncfusion.Maui.DataForm.DataFormNumericEditor value. |
SfDataForm
Initializes a new instance of the SfDataForm class. |
SfDataFormStyles
Represents a class which is used to styles. |
TextInputLayoutContainerType
Defines the constants for text input layout container type that specifies whether the container type is None, Filled or Outlined. |
TextInputLayoutSettings
Represents a class that holds the Text input layout settings of the DataFormItem. |
TextInputLayoutViewPosition
Defines the constants for text input layout leading and trailing view position that specifies whether the position is outside or inside. |
Interfaces
IDataFormEditor
Represent the class interface that provide method to create editor for data field and handles commit and validation for custom editor. |
IDataFormSourceProvider
Represents the interface to provide method to get the source for picker type properties. |