Class RadioGroupLayout
The possible layout configurations of the radiogroup.
Inheritance
System.Object
RadioGroupLayout
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class RadioGroupLayout : Enum
Fields
Horizontal
Radio Buttons in the group are ordered horizontally.
Declaration
public const RadioGroupLayout Horizontal
Field Value
RadioGroupLayout
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
Radio Buttons in the group are ordered vertically.
Declaration
public const RadioGroupLayout Vertical
Field Value
RadioGroupLayout
|