Class 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.
Inherited Members
Namespace: Syncfusion.XForms.DataForm
Assembly: Syncfusion.SfDataForm.XForms.dll
Syntax
public class DataFormItemTextInputLayout : SfTextInputLayout, IParentThemeElement, IThemeElement
Constructors
DataFormItemTextInputLayout()
Initializes a new instance of the DataFormItemTextInputLayout class.
Declaration
public DataFormItemTextInputLayout()
Methods
LayoutChildren(Double, Double, Double, Double)
Positions and sizes the children in DataFormItemTextInputLayout.
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. |