Gets or sets the Comparison<(Of <(<'T>)>)> delegate which is used by the C1Scheduler control to compare availability statuses.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[BrowsableAttribute(false)]
public Comparison<Status> StatusComparison { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property StatusComparison As Comparison(Of Status)
	Get
	Set

Remarks

This comparision is used to determine StatusBrush and TotalStatusBrush property values.

See Also