Kendo.Mvc.UI.WindowModalSettings
Defines the fluent API for configuring the WindowModalSettings settings.
Properties
Enabled
Specifies whether the window should show a modal overlay over the page.
PreventScroll
Specifies whether the document should stop scrolling when modal window is opened. Closing it should restore the initial document overflow. Note that it's not supported to have multiple windows with different preventScroll setting.
Methods
Serialize(System.Collections.Generic.IDictionary<System.String,System.Object>)
Serialize current instance to Dictionary