Gets or sets the String value determining the type of grouping.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
[DefaultValueAttribute("")] public string GroupBy { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute("")> _ Public Property GroupBy As String Get Set |
Field Value
The default value is an empty string.Remarks
This property can be equal to one for the next supported keywords: An empty stringno grouping."Owner"grouping by Appointment.Owner property value."Category"grouping by Appointment.Categories property value."Contact"grouping by Appointment.Links property value."Resource"grouping by Appointment.Resources property value.