Class CheckboxValidationSettings
The checkbox validation settings.
public class CheckboxValidationSettings
- Inheritance
-
CheckboxValidationSettings
- Inherited Members
Properties
MaxSelection
Gets or sets the max selection.
[DataMember(Name = "maxSelection", EmitDefaultValue = true)]
public int? MaxSelection { get; set; }
Property Value
- int?
MinSelection
Gets or sets the min selection.
[DataMember(Name = "minSelection", EmitDefaultValue = true)]
public int? MinSelection { get; set; }
Property Value
- int?
ValidationType
Gets or sets the conditionType.
[DataMember(Name = "validationType", EmitDefaultValue = false)]
public GroupValidation ValidationType { get; set; }