Search
MonthSettings.DaySettings Property
See Also
 






Gets the CellSettings object used to customize the visualization of days in a Month view.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public CellSettings DaySettings { get; }

Visual Basic  Copy Code

Public ReadOnly Property DaySettings As CellSettings

 Property Value

An instance of the CellSettings class.

 See Also