TriangleTab Property (BeforeGroupHeaderFormatEventArgs)
In This Topic
Gets or sets the System.Boolean 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.
Syntax
'Declaration
Public Property TriangleTab As System.Boolean
public System.bool TriangleTab {get; set;}
See Also