Class DataFormItemViewBase
Represents a base layout for displaying group, label and editor of data field for SfDataForm.
Implements
Namespace: Syncfusion.XForms.DataForm
Assembly: Syncfusion.SfDataForm.XForms.dll
Syntax
public class DataFormItemViewBase : Layout<View>, IDisposable
Constructors
DataFormItemViewBase()
Declaration
public DataFormItemViewBase()
Methods
Dispose()
Releases all resource used by the DataFormItemViewBase object.
Declaration
public void Dispose()
Remarks
Call Dispose() when you are finished using the DataFormItemViewBase. The Dispose() method leaves the DataFormItemViewBase in an unusable state. After calling Dispose(), you must release all references to the DataFormItemViewBase so the garbage collector can reclaim the memory that the DataFormItemViewBase was occupying.
Dispose(Boolean)
Dispose the specified isDisposing.
Declaration
protected virtual void Dispose(bool isDisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isDisposing | If set to |
LayoutChildren(Double, Double, Double, Double)
Positions and sizes the children in DataFormItemViewBase.
Declaration
protected override void LayoutChildren(double x, double y, double width, double height)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | A value representing the x coordinate of the child region bounding box. |
System.Double | y | A value representing the y coordinate of the child region bounding box. |
System.Double | width | A value representing the width of the child region bounding box. |
System.Double | height | A value representing the height of the child region bounding box. |