Class RadioGroupLabelPosition
Defines the label position in terms of the radio button.
Inheritance
System.Object
RadioGroupLabelPosition
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class RadioGroupLabelPosition : Enum
Fields
After
The label is rendered after the radio button.
Declaration
public const RadioGroupLabelPosition After
Field Value
RadioGroupLabelPosition
|
Before
The label is rendered before the radio button.
Declaration
public const RadioGroupLabelPosition Before
Field Value
RadioGroupLabelPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|