aspnet-devexpress-dot-web-340e6e7c.md
Lists values specifying the content loading mode.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum LoadContentViaCallback
Public Enum LoadContentViaCallback
| 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.
|
The following properties accept/return LoadContentViaCallback values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxPopupControl.LoadContentViaCallback |
| ASP.NET MVC Extensions | PopupControlSettings.LoadContentViaCallback |
Values listed by this enumeration are used to set the ASPxPopupControl.LoadContentViaCallback property.
See Also