SplitterBuilder.ItemTemplate(String) Method
Mirrors the client-side itemTemplate option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public SplitterBuilder ItemTemplate(
string templateContent
)
Parameters
| Name | Type | Description |
|---|---|---|
| templateContent | String | The HTML template string. |
Returns
| Type | Description |
|---|---|
| SplitterBuilder | A reference to this instance after the method is called. |
See Also