Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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.

When the ShowHeader property is set to false, the LoadContentViaCallback property has no effect.

See Also