Search
MonthSettings.DaySettings Property
See Also
 





Gets the CellSettings object used to customize the visualization of days in SingleMonth and MonthRange views.

Namespace: MindFusion.Scheduling.WinForms
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