Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / AppointmentField Class / Hidden Property

In This Topic
    Hidden Property (AppointmentField)
    In This Topic
    Determines whether field can be shown and available for sorting, filtering and grouping operations.
    Syntax
    'Declaration
     
    Public ReadOnly Property Hidden As System.Boolean
    public System.bool Hidden {get;}
    Remarks
    If this property is true, the Visible, Sort, GroupIndex and Caption property values will be ignored and property change notifications won't be fired.
    See Also