Gets a Boolean value determining whether the C1Scheduler control generates visual intervals for the total group. This is a dependency property. The default value is false.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public bool IsTotalGroupItemEnabled { get; set; }
Visual Basic
Public Property IsTotalGroupItemEnabled As Boolean
	Get
	Set

See Also