Class FormButtonsAlignment
Specifies the alignment of the form buttons.
Inheritance
System.Object
FormButtonsAlignment
Namespace: Syncfusion.Blazor.DataForm
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class FormButtonsAlignment : Enum
Fields
Center
The form buttons are aligned to the center.
Declaration
public const FormButtonsAlignment Center
Field Value
Type | Description |
---|---|
FormButtonsAlignment |
Left
The form buttons are aligned to the left.
Declaration
public const FormButtonsAlignment Left
Field Value
Type | Description |
---|---|
FormButtonsAlignment |
Right
The form buttons are aligned to the right.
Declaration
public const FormButtonsAlignment Right
Field Value
Type | Description |
---|---|
FormButtonsAlignment |
Stretch
The form buttons are stretch full width.
Declaration
public const FormButtonsAlignment Stretch
Field Value
Type | Description |
---|---|
FormButtonsAlignment |