Search
ResourceViewSettings.Timelines Property
See Also
 





Gets or sets the number of timelines displayed in the view.

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

 Syntax

C#  Copy Code

public int Timelines { get; set; }

Visual Basic  Copy Code

Public Property Timelines As Integer

 Property Value

An integer value specifying the number of timelines visible in the view. The allowed values range from 1 to 3. Assign -1 to this property to use the corresponding value from the current theme.

 See Also