MindFusion WinForms Programmer's Guide
WeekRangeSettings.VisibleColumns Property
See Also
 





Gets or sets the number of columns visible when the GroupType is enabled.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int VisibleColumns { get; set; }

Visual Basic  Copy Code

Public Property VisibleColumns As Integer

 Property Value

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.

 Remarks

In 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

WeekRangeSettings Members
WeekRangeSettings Class
MindFusion.Scheduling.WinForms Namespace