Search
Calendar.WeekRangeSettings Property
See Also
 






Gets the WeekRangeSettings object used to customize the visualization of the WeekRange view.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public WeekRangeSettings WeekRangeSettings { get; }

Visual Basic  Copy Code

Public ReadOnly Property WeekRangeSettings As WeekRangeSettings

 Property Value

An instance of the WeekRangeSettings class.

 See Also