ComponentOne Scheduler for WinForms
ShowGroupNavigation Property

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : ShowGroupNavigation Property
Gets or sets the System.Boolean value determining whether the C1Schedule control should display group navigation buttons.
Syntax
'Declaration
 
Public Property ShowGroupNavigation As System.Boolean
public System.bool ShowGroupNavigation {get; set;}

Property Value

The default value is true.
Remarks
This property only makes sense when the GroupBy property is set.
See Also

Reference

C1Schedule Class
C1Schedule Members