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