Back to Devexpress

ASPxRoundPanel.LoadContentViaCallback Property

aspnet-devexpress-dot-web-dot-aspxroundpanel-f401ce45.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public virtual bool LoadContentViaCallback { get; set; }
vb
<DefaultValue(False)>
Public Overridable Property LoadContentViaCallback As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

ASPxRoundPanel Class

ASPxRoundPanel Members

DevExpress.Web Namespace