Search
Window Properties
 


 Public Properties

  Name Description

allowClose

Gets or sets a value indicating whether this Window can be closed.

allowDrag

Gets or sets a value indicating whether this Window can be dragged.

allowMaximize

Gets or sets a value indicating whether this Window can be maximized.

allowMinimize

Gets or sets a value indicating whether this Window can be minimized.

allowPin

Gets or sets a value indicating whether this Window can be pinned.

allowRefresh

Gets or sets a value indicating whether this Window can be refreshed.

allowResize

Gets or sets a value indicating whether this Window can be resized.

footer

Gets a reference to the Window footer DOM element.

header

Gets a reference to the Window header DOM element.

host

Gets the host of this WindowHost. (Inherited from WindowBase.)

iconSrc

Gets or sets the url of the title icon.

minHeight

Gets or sets the minimum allowed height of this Window.

minWidth

Gets or sets the minimum allowed width of this Window.

modal

Gets or sets a value indicating whether this Window should be modal.

navigateUrl

Gets or sets a string, specifying the URL of the web page, that will be loaded in the control's content IFrame. (Inherited from WindowBase.)

pinned

Gets or sets a value, indicating whether this Window is pinned.

template

Gets or sets an HTML string, representing the content template. (Inherited from WindowBase.)

templateUrl

Gets or sets a string, specifying the URL of the web page, that will be loaded as a control content template. (Inherited from WindowBase.)

title

Gets or sets the title of this Window.

useFrameTitle

Gets or sets a value indicating whether the window will display the title of its content iframe.

windowState

Gets or sets the state of this Window. (Inherited from WindowBase.)

 See Also