Class RadioButtonValidationRuleBuilder
Class RadioButtonValidationRuleBuilder.
Inheritance
System.Object
RadioButtonValidationRuleBuilder
Inherited Members
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 RadioButtonValidationRuleBuilder
Constructors
RadioButtonValidationRuleBuilder(RadioButton)
Initializes a new instance of the RadioButtonValidationRuleBuilder class by the specified radio button object.
Declaration
public RadioButtonValidationRuleBuilder(RadioButton radiobutton)
Parameters
Type | Name | Description |
---|---|---|
RadioButton | radiobutton |
Methods
AddRule(String, Object)
Specifies to add the rule for validation.
Declaration
public RadioButtonValidationRuleBuilder AddRule(string key, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | |
System.Object | value |
Returns
Type | Description |
---|---|
RadioButtonValidationRuleBuilder |