Back to Devexpress

LoadContentViaCallback Enum

aspnet-devexpress-dot-web-340e6e7c.md

latest1.6 KB
Original Source

LoadContentViaCallback Enum

Lists values specifying the content loading mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum LoadContentViaCallback
vb
Public Enum LoadContentViaCallback

Members

NameDescription
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:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxPopupControl.LoadContentViaCallback
ASP.NET MVC ExtensionsPopupControlSettings.LoadContentViaCallback

Remarks

Values listed by this enumeration are used to set the ASPxPopupControl.LoadContentViaCallback property.

See Also

DevExpress.Web Namespace