[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Schedule.ShowGroupNavigation

ShowGroupNavigation Property

ShowGroupNavigation

Gets or sets the bool value determining whether the C1Schedule control should display group navigation buttons.

Declaration
[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
Property Value
Type Description
bool

The default value is true.

Remarks

This property only makes sense when the GroupBy property is set.