menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataFormItemTextInputLayout - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    SfTextInputLayout
    DataFormItemTextInputLayout
    Inherited Members
    SfTextInputLayout.CharMaxLength
    SfTextInputLayout.CharMaxLengthProperty
    SfTextInputLayout.ContainerBackgroundColor
    SfTextInputLayout.ContainerBackgroundColorProperty
    SfTextInputLayout.ContainerType
    SfTextInputLayout.ContainerTypeProperty
    SfTextInputLayout.ControlTemplate
    SfTextInputLayout.CounterLabelStyle
    SfTextInputLayout.CounterLabelStyleProperty
    SfTextInputLayout.CurrentActiveColor
    SfTextInputLayout.CurrentActiveColorProperty
    SfTextInputLayout.EnableFloating
    SfTextInputLayout.EnableFloatingProperty
    SfTextInputLayout.EnableHintAnimation
    SfTextInputLayout.EnableHintAnimationProperty
    SfTextInputLayout.EnablePasswordVisibilityToggle
    SfTextInputLayout.EnablePasswordVisibilityToggleProperty
    SfTextInputLayout.ErrorColor
    SfTextInputLayout.ErrorColorProperty
    SfTextInputLayout.ErrorLabelStyle
    SfTextInputLayout.ErrorLabelStyleProperty
    SfTextInputLayout.ErrorText
    SfTextInputLayout.ErrorTextProperty
    SfTextInputLayout.FocusedColor
    SfTextInputLayout.FocusedColorProperty
    SfTextInputLayout.FocusedStrokeWidth
    SfTextInputLayout.FocusedStrokeWidthProperty
    SfTextInputLayout.HasError
    SfTextInputLayout.HasErrorProperty
    SfTextInputLayout.HelperLabelStyle
    SfTextInputLayout.HelperLabelStyleProperty
    SfTextInputLayout.HelperText
    SfTextInputLayout.HelperTextProperty
    SfTextInputLayout.Hint
    SfTextInputLayout.HintLabelStyle
    SfTextInputLayout.HintLabelStyleProperty
    SfTextInputLayout.HintProperty
    SfTextInputLayout.InputView
    SfTextInputLayout.InputViewPadding
    SfTextInputLayout.InputViewPaddingProperty
    SfTextInputLayout.InputViewProperty
    SfTextInputLayout.IsEnabled
    SfTextInputLayout.IsEnabledProperty
    SfTextInputLayout.IsHintAlwaysFloated
    SfTextInputLayout.IsHintAlwaysFloatedProperty
    SfTextInputLayout.LeadingView
    SfTextInputLayout.LeadingViewPosition
    SfTextInputLayout.LeadingViewPositionProperty
    SfTextInputLayout.LeadingViewProperty
    SfTextInputLayout.OnBindingContextChanged()
    SfTextInputLayout.OnParentSet()
    SfTextInputLayout.OutlineCornerRadius
    SfTextInputLayout.OutlineCornerRadiusProperty
    SfTextInputLayout.ReserveSpaceForAssistiveLabels
    SfTextInputLayout.ReserveSpaceForAssistiveLabelsProperty
    SfTextInputLayout.ShowCharCount
    SfTextInputLayout.ShowCharCountProperty
    SfTextInputLayout.ShowHelperText
    SfTextInputLayout.ShowHelperTextProperty
    SfTextInputLayout.ShowHint
    SfTextInputLayout.ShowHintProperty
    SfTextInputLayout.ShowLeadingView
    SfTextInputLayout.ShowLeadingViewProperty
    SfTextInputLayout.ShowTrailingView
    SfTextInputLayout.ShowTrailingViewProperty
    SfTextInputLayout.TrailingView
    SfTextInputLayout.TrailingViewPosition
    SfTextInputLayout.TrailingViewPositionProperty
    SfTextInputLayout.TrailingViewProperty
    SfTextInputLayout.UnfocusedColor
    SfTextInputLayout.UnfocusedColorProperty
    SfTextInputLayout.UnfocusedStrokeWidth
    SfTextInputLayout.UnfocusedStrokeWidthProperty
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved