MindFusion.Wpf Pack Programmer's Guide
CellPresenter.CellStyle Property
See Also
 





Gets the currently effective CalendarStyle. This is a dependency property.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public CalendarStyle CellStyle { get; }

Visual Basic  Copy Code

Public ReadOnly Property CellStyle As CalendarStyle

 Property Value

An instance of the CalendarStyle class.

 Remarks

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.

 See Also

CellPresenter Members
CellPresenter Class
MindFusion.Scheduling.Wpf Namespace