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

FileManagerDetailsColumn.HeaderTemplate Property

Gets or sets a common template used for displaying the content of a header within the current details view column.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(null)]
public virtual ITemplate HeaderTemplate { get; set; }

Property Value

Type Default Description
ITemplate *null*

An object that supports the ITemplate interface and contains a template used to display the header’s content.

Remarks

Use the HeaderTemplate property to define common content for the header displayed within the current details view column.

See Also