LoadContentViaCallback Enum
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. |
OnFirstShow | Specifies that loading of popup window contents starts when a popup window is invoked for the first time. |
OnPageLoad | Specifies that loading of the popup window contents starts immediately after the entire page has been loaded. |
Remarks
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
See Also