New to Telerik UI for ASP.NET Core? Download free 30-day trial

Window

Properties

AppendTo - String

Title - Object

TitleSettings - WindowTitleSettings

Draggable - Boolean

DraggableSettings - WindowDraggableSettings

ModalSettings - WindowModalSettings

Specifies whether the document should stop scrolling when modal dialog is window. Closing it should restore the initial document overflow. Note that it's not supported to have multiple windows with different preventScroll setting.

Height - String

MaxHeight - String

MaxWidth - String

MinHeight - String

MinWidth - String

Width - String

Position - WindowPositionSettings

Specifies the initial top position of the Window. Numeric values are treated as pixels. String values can specify pixels, percentages, ems, or other valid values.

ContentUrl - String

Html - String

Content - Func

ContentAction - Action

ContentHtmlAttributes - IDictionary

Actions - WindowButtons

Animation - PopupAnimation

ResizingSettings - WindowResizingSettings

AutoFocus - Nullable

Iframe - Nullable

Pinned - Nullable

Scrollable - Nullable

Visible - Nullable

Size - String

Events - IDictionary

Id - String

SanitezeId - Boolean

Initializer - IJavaScriptInitializer

IsInClientTemplate - Boolean

IsSelfInitialized - Boolean

HasDeferredInitialization - Boolean

HtmlAttributes - IDictionary

HtmlHelper - IHtmlHelper

ModelMetadataProvider - IModelMetadataProvider

Name - String

Explorer - ModelExplorer

Selector - String

IdPrefix - String

ViewContext - ViewContext

ValueProvider - IValueProvider

UrlGenerator - IUrlGenerator

HtmlEncoder - HtmlEncoder

HasClientComponent - Boolean

Methods

WriteInitializationScript(System.IO.TextWriter)

Parameters

writer - System.IO.TextWriter

Serialize()

Serialize current instance to Dictionary

Render()

Renders the component.

ToClientTemplate()

ToHtmlString()

VerifySettings()

WriteDeferredStyles(System.IO.TextWriter)

Writes the deferred styes.

Parameters

writer - System.IO.TextWriter

The writer.

DeferStyles()

ProcessSettings()

GetHtml(System.Boolean)

Parameters

includeScript - System.Boolean

GetInitializator()

WriteDeferredScriptInitialization()

In this article
Not finding the help you need?