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

NuGet Package: DevExpress.Web

#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