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.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | false |
|
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