[]
Gets or sets the bool value determining whether the C1Schedule control should display an empty group item.
[C1Category("Behavior")]
[C1Description("C1Schedule.ShowEmptyGroupItem", "Determines whether to show an empty group item.")]
public bool ShowEmptyGroupItem { get; set; }
<C1Category("Behavior")>
<C1Description("C1Schedule.ShowEmptyGroupItem", "Determines whether to show an empty group item.")>
Public Property ShowEmptyGroupItem As Boolean
| Type | Description |
|---|---|
| bool | The default value is false. |
This property only makes sense when the GroupBy property is set. If this property is set to True, the C1Schedule 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.