MindFusion.Wpf Pack Programmer's Guide
ItemSettings.PointedItemStyle Property
See Also
 





Gets or sets the CalendarStyle used to paint items when they are pointed with the mouse.

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

 Syntax

C#  Copy Code

public CalendarStyle PointedItemStyle { get; set; }

Visual Basic  Copy Code

Public Property PointedItemStyle As CalendarStyle

 Property Value

A CalendarStyle object defining the appearance of schedule items when they are pointed with the mouse. This property cannot be null (Nothing in Visual Basic).

 Remarks

This property is ignored when UseExtendedStyles is set to false.

 See Also

ItemSettings Members
ItemSettings Class
MindFusion.Scheduling.Wpf Namespace
CalendarStyle Property
SelectedItemStyle Property
PointedSelectedItemStyle Property
UseExtendedStyles Property
CalendarStyle Class