CardViewBuilder<T>.HeaderPanel(Action<HeaderPanelBuilder>) Method
Configures the header panel. Mirrors the client-side headerPanel object.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewBuilder<T> HeaderPanel(
Action<HeaderPanelBuilder> configurator
)
Parameters
| Name | Type | Description |
|---|---|---|
| configurator | Action<HeaderPanelBuilder> | 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