Table of Contents

Class RadioButton

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represents client properties of one button in RadioGroupComponent.

public class RadioButton
Inheritance
object
RadioButton
Extension Methods

Properties

Alert

Button alert state.

public bool? Alert { get; set; }

Property Value

bool?

Caption

Button caption.

public string Caption { get; set; }

Property Value

string

Disabled

Button disabled state.

public bool? Disabled { get; set; }

Property Value

bool?

Label

Button label.

public string Label { get; set; }

Property Value

string

Value

Button return value.

public string Value { get; set; }

Property Value

string