borderless of ui.multiselect, Properties Webix Docs

StartAPI Referenceui.multiselectProperties

used to hide the component borders

boolean borderless;

Example

webix.ui({
    view:"multiselect",
    borderless:false
});

Default value:

true

Related samples

See also

  • Articles

  • Back to top