Gets or sets whether items corresponding to empty groups should be displayed.

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

Syntax

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

See Also