CardViewColumnLayoutItem.Template Property
Gets or sets a template used for displaying the content of the particular column layout item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object supporting the ITemplate interface which contains the template used for displaying the item’s content. |
See Also