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





Gets or sets the default style for alternative rows.

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 rows in the report.

 Remarks

This style is based on the ContentStyle, which means that all properties which are not explicitly specified are obtained from there. The only property initially specified for alternative rows is Background, which is set to LightGoldenrodYellow.

 See Also

ReportOptions Members
ReportOptions Class
MindFusion.Scheduling.Reporting Namespace
ContentStyle Property
GroupHeaderStyle Property
HeaderStyle Property