MindFusion.Scheduling for Silverlight Programmer's Guide
MonthSettings.DaySettings Property
See Also
 





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

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public CellSettings DaySettings { get; set; }

Visual Basic  Copy Code

Public Property DaySettings As CellSettings

 Property Value

An instance of the CellSettings class. This property cannot be null (Nothing in Visual Basic).

 See Also

MonthSettings Members
MonthSettings Class
MindFusion.Scheduling.Silverlight Namespace