hideOption

hides an option of the control

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

Example

segmented.hideOption(id);

Related samples

See also
Back to top