MindFusion.Wpf Pack Programmer's Guide
ReportColumn.Header Property
See Also
 





Gets or sets the header text of the column.

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

 Syntax

C#  Copy Code

public string Header { get; set; }

Visual Basic  Copy Code

Public Property Header As String

 Property Value

A string specifying the text displayed in the column's header. The default is an empty string.

 Remarks

An empty string indicates that the displayed text will be determined from the associated Property.

 See Also

ReportColumn Members
ReportColumn Class
MindFusion.Scheduling.Reporting Namespace
Property Property