Search
Theme.WeekRangeSettings Property
See Also
 





Gets an object defining the appearance of the WeekRange view in this theme.

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

 Syntax

C#  Copy Code

public abstract WeekRangeSettings WeekRangeSettings { get; }

Visual Basic  Copy Code

Public MustOverride ReadOnly Property WeekRangeSettings As WeekRangeSettings

 Property Value

An instance of the WeekRangeSettings class.

 See Also