LoadContentViaCallback Enum
In This Article
Lists values specifying the content loading mode.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
None | Specifies that the content is always (initially) rendered inside popup windows. |
On |
Specifies that loading of popup window contents starts when a popup window is invoked for the first time. |
On |
Specifies that loading of the popup window contents starts immediately after the entire page has been loaded. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also