Gets the currently effective CalendarStyle.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public CalendarStyle ItemStyle { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property ItemStyle As CalendarStyle |
An instance of the CalendarStyle class.
The appearance of each item is defined by four CalendarStyle objects, depending on the current item state - normal, selected, hovered and hovered and selected at the same time. This property is automatically updated to reference the item style appropriate for the current state of the item. Therefore bindings to this property will be automatically updated when the item state changes.