Search
ReportQueryHeaderTextEventArgs.Column Property
See Also
 





Gets the column whose header text is being processed.

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

 Syntax

C#  Copy Code

public ReportColumn Column { get; }

Visual Basic  Copy Code

Public ReadOnly Property Column As ReportColumn

 Property Value

A reference to the report column related to the event.

 See Also