disableOption

disables an option of the control

void disableOption(string|number id);
idstring|numberthe option id

Example

segmented.disableOption(id);

Related samples

See also
Back to top