Table of Contents

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
object
BOBInputRadioVariant
Implements
Inherited Members

Constructors

BOBInputRadioVariant(string)

Initializes a new instance of the BOBInputRadioVariant class with the specified name.

public BOBInputRadioVariant(string name)

Parameters

name string

The variant name.

Fields

Default

The default radio variant.

public static readonly BOBInputRadioVariant Default

Field Value

BOBInputRadioVariant

Methods

Custom(string)

Creates a custom radio variant with the specified name.

public static BOBInputRadioVariant Custom(string name)

Parameters

name string

The variant name.

Returns

BOBInputRadioVariant

A new BOBInputRadioVariant instance.