alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum FormLabelPosition

    Specifies the available positions for label text within a form.

    Namespace: Syncfusion.Blazor.DataForm
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum FormLabelPosition
    Remarks

    This enumeration is used to control the placement of field labels relative to their associated editors in a Syncfusion DataForm.

    Examples
    <SfDataForm FormLabelPosition="FormLabelPosition.Top" ... >
    </SfDataForm>

    Fields

    Name Description
    Left

    The labels are positioned to the left of their associated form fields, creating a side-by-side layout.

    Top

    The labels are positioned above their associated form fields, creating a vertical layout.

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