Gets the currently effective CalendarStyle for the cell's header (if any). This is a dependency property.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public CalendarStyle CellHeaderStyle { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property CellHeaderStyle As CalendarStyle |
An instance of the CalendarStyle class.
The appearance of each cell is usually defined by two CalendarStyle objects, depending on the current cell state - normal or selected. This property is automatically updated to reference the cell style appropriate for the current state of the cell. Therefore bindings to this property will be automatically updated when the cell state changes.