Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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