Search
ReportColumn.Header Property
See Also
 





Gets or sets the header text of the column.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting

 Syntax

C#  Copy Code

public string Header { get; set; }

Visual Basic  Copy Code

Public Property Header As String

 Property Value

A string containing the text displayed in the column's header.

 See Also