CardViewTemplates.DataItem Property
In This Article
Gets or sets a template for displaying a data item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
ITemplate | String. |
An object that implements the ITemplate interface. |
#Remarks
A data column provides the CardViewColumn.DataItemTemplate property, which provides you a custom template for displaying its cells.
Note
Once a template defined via the Data
See Also