menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class LayoutType

    The layout type contains different type of layout options for dataform item such as default and textinputlayout.

    Inheritance
    System.Object
    LayoutType
    Namespace: Syncfusion.XForms.DataForm
    Assembly: Syncfusion.SfDataForm.XForms.dll
    Syntax
    public sealed class LayoutType : Enum

    Fields

    Default

    Layout the DataFormItem editor view and label in stacklayout.

    Declaration
    public const LayoutType Default
    Field Value
    Type
    LayoutType

    TextInputLayout

    Layout the DataFormItem editor view and label icon in textinputlayout.

    Declaration
    public const LayoutType TextInputLayout
    Field Value
    Type
    LayoutType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved