Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / StatusComparison Property

In This Topic
    StatusComparison Property (C1Scheduler)
    In This Topic
    Gets or sets the Comparison delegate which is used by the C1Scheduler control to compare availability statuses.
    Syntax
    'Declaration
     
    
    Public Property StatusComparison As Comparison(Of Status)
    public Comparison<Status> StatusComparison {get; set;}
    Remarks
    This comparision is used to determine VisualInterval.StatusBrush and VisualInterval.TotalStatusBrush property values.
    See Also