Skip to main content
All docs
V19.1

GanttSettings.SetHeaderCaptionTemplateContent(Action<TreeListHeaderTemplateContainer>) Method

Allows you to provide a template to render the column header’s caption.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public void SetHeaderCaptionTemplateContent(
    Action<TreeListHeaderTemplateContainer> contentMethod
)

Parameters

Name Type Description
contentMethod Action<TreeListHeaderTemplateContainer>

A method to which a template content rendering is delegated.

See Also