CardViewBuilder<T>.LoadPanel(Action<LoadPanelOptionsBuilder>) Method
Configures the load panel. Mirrors the client-side loadPanel object.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewBuilder<T> LoadPanel(
Action<LoadPanelOptionsBuilder> configurator
)
Parameters
| Name | Type | Description |
|---|---|---|
| configurator | Action<LoadPanelOptionsBuilder> | A function that allows you to specify nested options. |
Returns
| Type | Description |
|---|---|
| CardViewBuilder<T> | A reference to this instance after the method is called. |
See Also