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.1.dll
NuGet Package: DevExpress.Web
Declaration
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