Class BOBInputRadioVariant
- Namespace
- BlazOrbit.Components.Forms
- Assembly
- BlazOrbit.dll
Represents a variant definition for the BOBInputRadio<TValue> component.
public sealed class BOBInputRadioVariant : Variant, IVariant
- Inheritance
-
objectBOBInputRadioVariant
- Implements
- Inherited Members
Constructors
BOBInputRadioVariant(string)
Initializes a new instance of the BOBInputRadioVariant class with the specified name.
public BOBInputRadioVariant(string name)
Parameters
namestringThe variant name.
Fields
Default
The default radio variant.
public static readonly BOBInputRadioVariant Default
Field Value
Methods
Custom(string)
Creates a custom radio variant with the specified name.
public static BOBInputRadioVariant Custom(string name)
Parameters
namestringThe variant name.
Returns
- BOBInputRadioVariant
A new BOBInputRadioVariant instance.