LoadContentViaCallback Enum
In This Article
Lists values specifying the content loading mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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. |
#Related API Members
The following properties accept/return LoadContentViaCallback values:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Popup |
#Remarks
Values listed by this enumeration are used to set the ASPxPopupControl.LoadContentViaCallback property.
See Also