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





Gets or sets a value indicating whether the column is displayed in the report.

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

 Syntax

C#  Copy Code

public bool Visible { get; set; }

Visual Basic  Copy Code

Public Property Visible As Boolean

 Property Value

A boolean value indicating whether the column will be visible in the report.

 Remarks

Invisible columns can still be used for sorting.

 See Also

ReportColumn Members
ReportColumn Class
MindFusion.Scheduling.Reporting Namespace