Class 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.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.XForms.DataForm
Assembly: Syncfusion.SfDataForm.XForms.dll
Syntax
public class DataFormItemView : DataFormItemViewBase, IDisposable
Constructors
DataFormItemView()
Declaration
public DataFormItemView()
Properties
DataFormItem
Gets or sets the DataFormItem associated with this layout.
Declaration
public DataFormItem DataFormItem { get; set; }
Property Value
Type |
---|
DataFormItem |
Editor
Gets or sets the DataFormEditorBase that creates, updates the editor and also handles editing of data field associated with DataFormItemView.
Declaration
public DataFormEditorBase Editor { get; set; }
Property Value
Type |
---|
DataFormEditorBase |
Methods
Dispose(Boolean)
Dispose the specified isDisposing.
Declaration
protected override void Dispose(bool isDisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isDisposing | If set to |
Overrides
Implements
System.IDisposable