Skip to main content
All docs
V19.1

MVCxGanttColumn.SetHeaderCaptionTemplateContent(Action<TreeListHeaderTemplateContainer>) Method

Allows setting a template for displaying 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