[]
Gets or sets the bool value determining whether the C1Schedule control should display group navigation buttons.
[C1Category("Layout")]
[C1Description("C1Schedule.ShowGroupNavigation", "Determines whether to show group navigation buttons.")]
public bool ShowGroupNavigation { get; set; }
<C1Category("Layout")>
<C1Description("C1Schedule.ShowGroupNavigation", "Determines whether to show group navigation buttons.")>
Public Property ShowGroupNavigation As Boolean
| Type | Description |
|---|---|
| bool | The default value is true. |
This property only makes sense when the GroupBy property is set.