Table of Contents

Class RadioButtonsComponent

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Represents component displaying radio buttons selector.

public class RadioButtonsComponent : SelectorFormComponent<RadioButtonsProperties>
Inheritance
object
RadioButtonsComponent
Inherited Members
Extension Methods

Fields

IDENTIFIER

Represents the RadioButtonsComponent identifier.

public const string IDENTIFIER = "Kentico.RadioButtons"

Field Value

string

Properties

LabelForPropertyName

Label "for" cannot be specified for radio buttons.

public override string LabelForPropertyName { get; }

Property Value

string

SelectedValue

Gets or sets value selected by component.

[DisplayFormat(ConvertEmptyStringToNull = false)]
public override string SelectedValue { get; set; }

Property Value

string