CardViewToolbarItemBuilder.Html(String) Method
Specifies the HTML markup to be inserted into the item element. Mirrors the client-side html option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewToolbarItemBuilder Html(
string value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The HTML markup. |
Returns
| Type | Description |
|---|---|
| CardViewToolbarItemBuilder | A reference to this instance after the method is called. |
See Also