MindFusion.Silverlight Package Programmer's Guide
DateTimePicker.HoverItemTemplate Property
See Also
 





Gets or sets the template of the cell pointed with the mouse in the drop-down calendar control. This is a dependency property.

Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight

 Syntax

C#  Copy Code

public DataTemplate HoverItemTemplate { get; set; }

Visual Basic  Copy Code

Public Property HoverItemTemplate As DataTemplate

 Property Value

A Silverlight DataTemplate object.

 Remarks

The HoverItemTemplate property of the drop-down calendar is bound to this property.

 See Also

DateTimePicker Members
DateTimePicker Class
MindFusion.UI.Silverlight Namespace