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. |