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





Gets or sets the visualization settings for the alternative rows in this column.

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

 Syntax

C#  Copy Code

public ReportStyle AlternativeContentStyle { get; set; }

Visual Basic  Copy Code

Public Property AlternativeContentStyle As ReportStyle

 Property Value

An instance of the ReportStyle class specifying the style of even cells in this column.

 Remarks

This style is initially empty. Which means that all values are obtained from the AlternativeContentStyle of the associated ReportOptions.

 See Also

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