Gets or sets the style of a time segment cells.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public CalendarStyle CellStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CellStyle As CalendarStyle |
A CalendarStyle object specifying the style of timetable cells. This property cannot be null (Nothing in Visual Basic).
See Also