MindFusion.Wpf Pack Programmer's Guide
ItemPresenter.ItemStyle Property
See Also
 





Gets the currently effective CalendarStyle.

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

 Syntax

C#  Copy Code

public CalendarStyle ItemStyle { get; }

Visual Basic  Copy Code

Public ReadOnly Property ItemStyle As CalendarStyle

 Property Value

An instance of the CalendarStyle class.

 Remarks

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.

 See Also

ItemPresenter Members
ItemPresenter Class
MindFusion.Scheduling.Wpf Namespace