MindFusion WinForms Programmer's Guide
ReportColumn.AlternativeStyle Property
See Also
 





Gets or sets the style used for the alternative rows in this column.

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

 Syntax

C#  Copy Code

public Style AlternativeStyle { get; set; }

Visual Basic  Copy Code

Public Property AlternativeStyle As Style

 Property Value

An instance of the Style class specifying the appearance of alternative cells in this column.

 See Also

ReportColumn Members
ReportColumn Class
MindFusion.Scheduling.Reporting Namespace
Style Property