menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RadioButtonPropertiesBase

    Show / Hide Table of Contents

    Class RadioButtonPropertiesBase

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    RadioButtonPropertiesBase
    MobileRadioButtonProperties
    Inherited Members
    PropertiesBase.Create
    PropertiesBase.Destroy
    PropertiesBase.CssClass
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class RadioButtonPropertiesBase : PropertiesBase

    Constructors

    RadioButtonPropertiesBase()

    Initializes a new instance of the RadioButton class.

    Declaration
    public RadioButtonPropertiesBase()

    Properties

    BeforeChange

    Gets or sets the before change.

    Declaration
    [JsonProperty("beforeChange")]
    public string BeforeChange { get; set; }
    Property Value
    Type Description
    System.String

    The before change.

    Change

    Event triggers after we select the radio button.

    Declaration
    [JsonProperty("change")]
    public string Change { get; set; }
    Property Value
    Type Description
    System.String

    The change.

    Checked

    Specifies the checked atribute of the Radio Button control.

    Declaration
    [JsonProperty("checked")]
    public bool Checked { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if check; otherwise, false.

    Enabled

    Specifies the RadioButton control state.

    Declaration
    [JsonProperty("enabled")]
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if enable; otherwise, false.

    EnablePersistence

    Current model value to browser cookies for state maintains. While refresh the Header control page retains the model value apply from browser cookies.

    Declaration
    [JsonProperty("enablePersistence")]
    public bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [enable persistence]; otherwise, false.

    Text

    Specifies the text content for RadioButton.

    Declaration
    [JsonProperty("text")]
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The text.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved