Namespace Syncfusion.XForms.DataForm
Classes
AutoCompleteMode
Contains the values for the AutoCompleteMode enumeration that about to filter the suggestion items based on user input. |
AutoGeneratingDataFormItemEventArgs
Provides data for AutoGeneratingDataFormItem event. |
CommitMode
Defines the constants for CommitMode that specifies when the value entered by user should be saved to the data object. |
ContainerType
The Container type defines different container type for dataform item in textinputlayout such as outlined, none, filled. |
ConverterAttribute
Specifies the converter IPropertyValueConverter for the data field to convert the value before reading and saving in DataForm. |
DataFormAutoCompleteItem
Represents the class that encapsulates the layout and auto complete editor(SfAutoComplete) settings for data field appearing in SfDataForm. |
DataFormCheckBoxItem
Represents the class that encapsulates the layout and CheckBox editor settings for data field appearing in SfDataForm. |
DataFormDateItem
Represents the class that encapsulates the layout and date picker editor settings for a data field appearing in SfDataForm. |
DataFormDropDownItem
Represents the class that encapsulates the layout and Drop down editor (SfComboBox) settings for data field appearing in SfDataForm. |
DataFormGroupItem
Represents the class to encapsulates the group settings and DataFormItem settings for group of data field's appearing in SfDataForm. |
DataFormGroupItemView
Represent a layout that displays group of the SfDataForm. Group consists of expander and label. Expander denotes the expand collapse status of group in View. Label display group name in View. |
DataFormItem
Represents the class that encapsulates the layout and editor setting for a data field appearing in SfDataForm. DataForm layouts caption labels, editors and validation error message based on the property settings of this class. |
DataFormItemBase
Represents the base class that encapsulates the layout, group and editor setting for a data fields appearing in SfDataForm. |
DataFormItemManager
Represents a class that creates DataFormItems collection and item properties. |
DataFormItems
Represents a collection that maintains the DataFormItemBase which encapsulates the layout and editor setting for a data field appearing in SfDataForm. |
DataFormItemTextInputLayout
Represents a layout that displays TextInputLayout for the Datafields of the SfDataForm. DataFormItemTextInputLayout consists of hint label shows the caption of data field, InputView for editing the data field value, error label for showing validation error message. |
DataFormItemView
Represents a layout that displays editor for data field of the SfDataForm. DataFormItemView consists of label shows the caption of data field, editor for editing the data field value, label for showing validation error message. |
DataFormItemViewBase
Represents a base layout for displaying group, label and editor of data field for SfDataForm. |
DataFormLayoutManager
Represent a class to creates DataFormItemView and DataFormGroupItemView its sub views for SfDataForm. |
DataFormMaskedEditTextItem
Represents the class that encapsulates the layout and Masked text editor setting for a data field appearing in SfDataForm. |
DataFormNumericItem
Represents the class that encapsulates the layout and numeric editor setting for a data field appearing in SfDataForm. |
DataFormNumericItemBase
Represents the base class that encapsulates the layout and numeric editor setting for a data field appearing in SfDataForm. |
DataFormNumericUpDownItem
Represents the class that encapsulates the layout and numeric up-down editor setting for data field appearing in SfDataForm. |
DataFormPickerItem
Represents the class that encapsulates the layout and picker editor settings for data field appearing in SfDataForm. |
DataFormRadioGroupItem
Represents the class that encapsulates the layout and RadioGroup editor (SfRadioGroup) settings for data field appearing in SfDataForm. |
DataFormSegmentItem
Represents the class that encapsulates the layout and Segment editor (SfSegmentCOntrol) settings for data field appearing in SfDataForm. |
DataFormTextItem
Represents the class that encapsulates the layout and text editor setting for a data field appearing in SfDataForm. |
DataFormTextItemBase
Represents the base class that encapsulates the layout and text editor setting for a data field appearing in SfDataForm. |
DataFormTimeItem
Represents the class that encapsulates the layout and time picker editor setting for type data field appearing in SfDataForm. |
DateRangeAttribute
Specifies the date range constraints for the value of a data field. |
DisplayOptionsAttribute
Provides a attribute that lets you specify the the display settings for a data field in SfDataForm. |
GroupItemCollapsedEventArgs
Provides data for GroupItemCollapsed event. |
GroupItemCollapsingEventArgs
Provides data for GroupItemCollapsing event. |
GroupItemExpandedEventArgs
Provides data for GroupItemExpanded event. |
GroupItemExpandingEventArgs
Provides data for GroupItemExpanding event. |
LabelPosition
Defines the constants for LabelPosition that specifies whether to layout the label at left or top of editor. |
LabelStyle
Represents the class to provide the font size and attributes for the given label. |
LayoutType
The layout type contains different type of layout options for dataform item such as default and textinputlayout. |
OccurrenceMode
Contains values for the OccurrenceMode enumeration that indicates whether to highlight the first character or all same character in text. |
PropertyInfoCollection
Class that maintains the collection of System.Reflection.PropertyInfo. |
SfDataForm
DataForm control provides UI for editing all the public properties
of data object with appropriate editors based on type of property. |
SfDataFormStyles
DataForm styles class. |
SourceProvider
Represents the class to provide override method to get the source for picker type properties. |
SuggestionMode
Contains the values for the SuggestionMode enumeration that determines the suggestion way represent the suggested items. |
TextInputLayoutSettings
Represents the class to settings for LayoutOptions is TextInputLayout. |
ValidatedEventArgs
Provides data for Validated event. |
ValidatingEventArgs
Provides data for Validating event. |
ValidationCompletedEventArgs
Provides information about invalid DataFormItems details in dataform whenExplicit. |
ValidationMode
Defines the constants for ValidationMode that specifies when the user input should be validated for data object. |
ViewPosition
Defines the constants for TextInputLayout that specifies whether to layout the leading view or trailing view inside or outside the container. |
Interfaces
IPropertyValueConverter
Represents the interface to provide the method for converting the value. |
ITypeDescriptorDependencyService
Represents descriptor dependency service. |