Gets or sets the Boolean value determining whether the C1Scheduler control should display an empty group item.

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

Syntax

C#
[DefaultValueAttribute(false)]
public bool ShowEmptyGroupItem { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
Public Property ShowEmptyGroupItem As Boolean
	Get
	Set

Field Value

The default value is false.

Remarks

This property only makes sense when the GroupBy property is set. If this property is set to True, the C1Scheduler control will display a group item without assigned owner (resource, contact or category). This group item will contain all appointments, which don't fall into other group items.

See Also