Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.8 Assembly / C1.Win.C1Schedule Namespace / C1TableView Class / Active Property

In This Topic
    Active Property (C1TableView)
    In This Topic
    Gets or sets a System.Boolean value specifying whether this view should be filtered to only show active appointments.
    Syntax
    'Declaration
     
    Public Property Active As System.Boolean
    public System.bool Active {get; set;}
    See Also