Skip to main content
A newer version of this page is available. .
Tab

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.v18.2.dll

Declaration

[DefaultValue(null)]
public override ITemplate Template { get; set; }

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