Gets or sets the number of columns visible when the GroupType is enabled.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public int VisibleColumns { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property VisibleColumns As Integer |
A positive integer value specifying how many columns are visible simultaneously. Assign -1 to this property to use the corresponding value from the current theme.
RemarksIn the week range view schedule data can be displayed in several columns grouped by contact, location, task or resource, as set in Calendar.GroupType. This property determines how many parallel columns are visible at a time.
See Also