Skip to main content
Tab

LoadContentViaCallback Enum

Lists values specifying the content loading mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public enum LoadContentViaCallback

#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.

#Related API Members

The following properties accept/return LoadContentViaCallback values:

Library Related API Members
ASP.NET Web Forms Controls ASPxPopupControl.LoadContentViaCallback
ASP.NET MVC Extensions PopupControlSettings.LoadContentViaCallback

#Remarks

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

See Also