MindFusion.Scheduling for Silverlight Programmer's Guide
CellPresenter.IsAllDayCell Property
See Also
 





Gets or sets a value indicating whether this cell is an all-day cell.

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

 Syntax

C#  Copy Code

public bool IsAllDayCell { get; set; }

Visual Basic  Copy Code

Public Property IsAllDayCell As Boolean

 Property Value

true if the cell is an all-day cell; otherwise, false.

 Remarks

This property is used in timetable views to distinguish between all-day header cells and ordinary cells.

 See Also

CellPresenter Members
CellPresenter Class
MindFusion.Scheduling.Silverlight Namespace