alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Enum FormButtonsAlignment

    Specifies the available alignment options for the set of buttons rendered in a form.

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

    This enumeration is used to determine the alignment of primary action buttons at the bottom of a Syncfusion DataForm component.

    Examples
    <SfDataForm FormButtonsAlignment="FormButtonsAlignment.Center" ... >
    </SfDataForm>

    Fields

    Name Description
    Center

    The form action buttons are centered horizontally within the form footer.

    Left

    The form buttons are aligned to the left side of the form footer area.

    Right

    The form buttons are aligned to the right side of the form footer area.

    Stretch

    The form buttons are stretched to fill the full width of the form footer area.

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