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

GridViewColumnLayoutItem.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.

Remarks

This property has no effect within an adaptive layout, i.e., when you specify a template for an ASPxGridViewAdaptivitySettings.AdaptiveDetailLayoutProperties item.

See Also