Gets or sets a value indicating whether this cell is an all-day cell.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
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.
RemarksThis property is used in timetable views to distinguish between all-day header cells and ordinary cells.
See Also