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

ASPxRoundPanel.LoadContentViaCallback Property

Gets or sets a value specifying when the content of an initially collapsed panel should be loaded.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(false)]
public virtual bool LoadContentViaCallback { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if a collapsed panel’s content is loaded on the first expansion; false is a collapsed panel’s content is loaded initially.

Remarks

Use the LoadContentViaCallback property to control when content of an initially collapsed panel should be loaded - always (initially) or when the panel is first expanded.

See Also