Class DataFormEditorBase
Represent an class that creates editor for data field and handles commit and validation.
Implements
System.IDisposable
Namespace: Syncfusion.XForms.DataForm.Editors
Assembly: Syncfusion.SfDataForm.XForms.dll
Syntax
public abstract class DataFormEditorBase : Element, IThemeElement, IDisposable
Constructors
DataFormEditorBase(SfDataForm)
Initializes a new instance of the DataFormEditorBase class.
Declaration
public DataFormEditorBase(SfDataForm dataForm)
Parameters
Type | Name | Description |
---|---|---|
SfDataForm | dataForm | The 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)
Dispose the specified disposing.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | If set to |
Implements
System.IDisposable