Gets or sets a value indicating whether this cell is an all-day cell.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public bool IsAllDayCell { get; set; } |
Visual Basic Copy Code |
---|
Public Property IsAllDayCell As Boolean |
true if the cell is an all-day cell; otherwise, false.
This property is used in timetable views to distinguish between all-day header cells and ordinary cells.