New to Kendo UI for AngularStart a free 30-day trial

WindowSettings

Represents the window settings for the Chart Wizard.

Use this interface to set the size, state, and modality of the Chart Wizard window.

typescript
const settings: WindowSettings = {
  width: 600,
  height: 400,
  state: 'default',
  modal: true
};
NameTypeDefaultDescription

height?

number

Sets the height of the window in pixels.

minHeight?

number

Sets the minimum height of the window in pixels.

minWidth?

number

Sets the minimum width of the window in pixels.

boolean

Specifies if the window is modal.

state?

WindowState

Sets the initial state of the window.

width?

number

Sets the width of the window in pixels.

Not finding the help you need?
Contact Support