Class DialogButtonsLayout
The possible layouts for the dialog action buttons applied via flexbox rules.
Inheritance
System.Object
DialogButtonsLayout
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class DialogButtonsLayout : Enum
Fields
Center
Action Buttons are centered in their container.
Declaration
public const DialogButtonsLayout Center
Field Value
DialogButtonsLayout
|
End
Action Buttons are aligned to the end of their container.
Declaration
public const DialogButtonsLayout End
Field Value
DialogButtonsLayout
|
Start
Action Buttons are aligned to the start of their container.
Declaration
public const DialogButtonsLayout Start
Field Value
DialogButtonsLayout
|
Stretch
Action Buttons stretch to fill their container and have equal size.
Declaration
public const DialogButtonsLayout Stretch
Field Value
DialogButtonsLayout
|
value__
Declaration
public int value__
Field Value
System.Int32
|