header
Optional. Adds a header to a window
header?: boolean;
Example
const dhxWindow = new dhx.Window({
header: true
});
dhxWindow.show();
Related sample: Window. Custom buttons
By default a header is initialized with no controls. To add a control into the header, follow the instructions given in the Customization article.