Class RadioButtonProperties
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class RadioButtonProperties : EJTagHelper
Constructors
RadioButtonProperties()
Initializes a new instance of the RadioButtonProperties class.
Declaration
public RadioButtonProperties()
Properties
BeforeChange
Gets or sets a value indicating this event gets fired before the radio button is going to changed its state.
Declaration
[JsonProperty("beforeChange")]
public string BeforeChange { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Change
Gets or sets a value indicating this event gets fired when the radio button state is changed successfully.
Declaration
[JsonProperty("change")]
public string Change { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Checked
Gets or sets the value to make the radio button as active.
Declaration
[JsonProperty("checked")]
public bool Checked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Create
Gets or sets a value indicating this event gets fired when the radio button created successfully.
Declaration
[JsonProperty("create")]
public string Create { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CssClass
Gets or sets the CSS class to radio button for theme customization.
Declaration
[JsonProperty("cssClass")]
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Destroy
Gets or sets a value indicating this event gets fired when the radio button destroyed successfully.
Declaration
[JsonProperty("destroy")]
public string Destroy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Enabled
Gets or sets a value indicating whether the control can respond to user interaction.
Declaration
[JsonProperty("enabled")]
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnablePersistence
Gets or set the value indicating radio button model value even after form post back/browser refresh sustains or not.
Declaration
[JsonProperty("enablePersistence")]
public bool EnablePersistence { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableRTL
Gets or sets a value indicating to align the radio button content in right to left direction.
Declaration
[JsonProperty("enableRTL")]
public bool EnableRTL { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HtmlAttributes
Gets or sets the value to map the field of HTML attributes for the radio button element.
Declaration
[JsonProperty("htmlAttributes")]
public IDictionary<string, object> HtmlAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
Id
Gets or sets a value indicating id attribute of the radio button.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdPrefix
Gets or sets the idprefix value to be added before the current id of the radio button.
Declaration
[JsonProperty("idPrefix")]
public string IdPrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsFor
Gets or sets a value indicating IsFor property.
Declaration
[JsonIgnore]
public bool IsFor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets a value indicating the name attribute of the radio button.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Size
Gets or sets a value indicating the size of the radio button.
Declaration
[JsonProperty("size")]
[JsonConverter(typeof(StringEnumConverter))]
public RadioButtonSize Size { get; set; }
Property Value
Type | Description |
---|---|
RadioButtonSize |
Tag
Gets or sets the value indicating the tag of the radio button element.
Declaration
[JsonIgnore]
public string Tag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Gets or sets the text content for radio button.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValidationMessage
Gets or sets jQuery validation messages for radio button element.
Declaration
[JsonProperty("validationMessage")]
public Dictionary<string, object> ValidationMessage { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
ValidationMessages
Gets or sets jQuery validation messages for radio button element.
Declaration
[JsonProperty("validationMessages")]
public Dictionary<string, object> ValidationMessages { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
ValidationRules
Gets or sets jQuery validation rules for radio button element.
Declaration
[JsonProperty("validationRules")]
public Dictionary<string, object> ValidationRules { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
Value
Gets or sets the value atribute of the radio button.
Declaration
[JsonProperty("value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetControlDetails()
Declaration
protected override object GetControlDetails()
Returns
Type | Description |
---|---|
System.Object |