Enum
FormButtonsLayout

Defines the different buttons layout for horizontal alignment.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum FormButtonsLayout

Fields

Center

Buttons are centered in their container.

Declaration

cs-api-definition
Center = 1

Field Value

FormButtonsLayout

End

Buttons are aligned to the end of their container.

Declaration

cs-api-definition
End = 2

Field Value

FormButtonsLayout

Start

Buttons are aligned to the start of their container.

Declaration

cs-api-definition
Start = 0

Field Value

FormButtonsLayout

Stretch

Buttons stretch to fill their container and have equal size.

Declaration

cs-api-definition
Stretch = 3

Field Value

FormButtonsLayout

In this article
DefinitionFieldsCenterEndStartStretch
Not finding the help you need?
Contact Support