Gets or sets the CalendarStyle used to paint items when they are pointed with the mouse and selected at the same time.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C#
![]() |
---|
public CalendarStyle PointedSelectedItemStyle { get; set; } |
Visual Basic
![]() |
---|
Public Property PointedSelectedItemStyle As CalendarStyle |
A CalendarStyle object defining the appearance of schedule items when they are pointed with the mouse and selected at the same time. This property cannot be null (Nothing in Visual Basic).
This property is ignored when UseExtendedStyles is set to false.