Gets or sets the text of the column.
Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting
C# Copy Code |
---|
public string Representation { get; set; } |
Visual Basic Copy Code |
---|
Public Property Representation As String |
A string value that specifies the text displayed in the column header.
Usually the column header displays the name of the property associated with the column. You can handle the QueryHeaderText event and assign another value to this property to alter this behavior.