Class DataFormEditorBase
Represent an class that creates editor for data field and handles commit and validation.
Implements
System.IDisposable
Namespace: Syncfusion.iOS.DataForm.Editors
Assembly: Syncfusion.SfDataForm.iOS.dll
Syntax
public abstract class DataFormEditorBase : Object, IDisposable
Constructors
DataFormEditorBase(SfDataForm)
Initializes a new instance of the DataFormEditorBase class.
Declaration
public DataFormEditorBase(SfDataForm dataForm)
Parameters
Type | Name | Description |
---|---|---|
SfDataForm | dataForm |
Properties
DataForm
Gets the instance of SfDataForm
Declaration
protected SfDataForm DataForm { get; }
Property Value
Type |
---|
SfDataForm |
Methods
Dispose()
The dispose.
Declaration
public void Dispose()
Dispose(Boolean)
Releases all resource used by the Syncfusion.XForms.DataForm.DataFormItemManager object.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | If set to |
Implements
System.IDisposable