Skip to main content
A newer version of this page is available. .
Tab

LoadContentViaCallback Enum

Lists values specifying the content loading mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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:

Remarks

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

See Also