CardViewToolbarItemBuilder.Name(PredefinedToolbarItem) Method
Specifies the name of the predefined toolbar item. Mirrors the client-side name option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewToolbarItemBuilder Name(
PredefinedToolbarItem value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | PredefinedToolbarItem | The predefined toolbar item. |
Returns
| Type | Description |
|---|---|
| CardViewToolbarItemBuilder | A reference to this instance after the method is called. |
See Also