AcceptedValues(JS)
|
value
|
Specifies values for a format with multiple choices. Should be used with the name. Mirrors the client-side acceptedValues option.
|
AcceptedValues(IEnumerable<Boolean>)
|
value
|
Specifies values for a format with multiple choices. Should be used with the name. Mirrors the client-side acceptedValues option.
|
AcceptedValues(IEnumerable<Double>)
|
value
|
Specifies values for a format with multiple choices. Should be used with the name. Mirrors the client-side acceptedValues option.
|
AcceptedValues(IEnumerable<String>)
|
value
|
Specifies values for a format with multiple choices. Should be used with the name. Mirrors the client-side acceptedValues option.
|