borderless of ui.proxy, Properties Webix Docs

StartAPI Referenceui.proxyProperties

used to hide the component borders

boolean borderless;

Example

webix.ui({
    view:"list",
    borderless:true
});

Related samples

See also

  • Articles

  • Back to top