Window
Properties
AppendTo - String
Title - Object
TitleSettings - WindowTitleSettings
Text member.
Draggable - Boolean
DraggableSettings - WindowDraggableSettings
Containment member.
Modal - Boolean
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
Gets or sets the container.
Animation - PopupAnimation
Gets or sets the Enabled.
ResizingSettings - WindowResizingSettings
Enabled member.
AutoFocus - Nullable
Iframe - Nullable
Pinned - Nullable
Scrollable - Nullable
ThemeColor - String
Visible - Nullable
Size - String
Events - IDictionary
Id - String
SanitezeId - Boolean
Writer - IJavaScriptWriter
Initializer - IJavaScriptInitializer
IsInClientTemplate - Boolean
IsSelfInitialized - Boolean
HasDeferredInitialization - Boolean
HtmlAttributes - IDictionary
ScriptAttributes - IDictionary
HtmlHelper - IHtmlHelper
ModelMetadataProvider - IModelMetadataProvider
Name - String
Explorer - ModelExplorer
Selector - String
IdPrefix - String
ViewContext - ViewContext
ValueProvider - IValueProvider
UrlGenerator - IUrlGenerator
HtmlEncoder - HtmlEncoder
HasClientComponent - Boolean
UseMvvmInitialization - Boolean
Methods
WriteInitializationScript(System.IO.TextWriter)
WriteInitializationScript method.
Parameters
writer - System.IO.TextWriter
Serialize()
Serializes the component settings to a dictionary.
RETURNS
A dictionary of settings.
Render()
Renders the component.
ToClientTemplate()
ToClientTemplate method.
ToHtmlString()
ToHtmlString method.
RETURNS
The result.
VerifySettings()
VerifySettings method.
WriteDeferredStyles(System.IO.TextWriter)
Writes the deferred styes.
Parameters
writer - System.IO.TextWriter
The writer.
DeferStyles()
DeferStyles method.
ProcessSettings()
ProcessSettings method.
GetHtml(System.Boolean)
GetHtml method.
Parameters
includeScript - System.Boolean
RETURNS
The result.
GetInitializator()
GetInitializator method.
RETURNS
The result.
WriteDeferredScriptInitialization()
WriteDeferredScriptInitialization method.