[]
Provides data for the BeforeGroupHeaderFormat event of the C1Schedule control.
public class BeforeGroupHeaderFormatEventArgs : EventArgs
| Name | Description |
|---|---|
| Group | Gets the ScheduleGroupItem object which is currently formatted. |
| GroupTabStyle | Gets or sets the GroupTabStyle value determining the group header tab appearance. |
| Html | Gets or sets the html text displayed in the group header. |
| Style | Gets or sets the Style object, which will be used for displaying the group header. |
| TriangleTab | Gets or sets the bool value determining the group header tab appearance. If this property value is true, C1Schedule will show MS Outlook 2010-alike group headers. If this property value is false, C1Schedule will display rectangular group headers. |