Search
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