Search
Calendar.SetPointedItemStyle Method
See Also
 





Associates a new CalendarStyle with the specified item, which will be used when the item is pointed with the mouse.

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

 Syntax

C#  Copy Code

public void SetPointedItemStyle (
    Item item,
    CalendarStyle value
)

Visual Basic  Copy Code

Public Sub SetPointedItemStyle ( _
    item As Item, _
    value As CalendarStyle _
)

 Parameters

item
A reference to the Item whose style is being set.
value
A reference to the new style of the item or null (Nothing in Visual Basic) to discard any previously associated style.

 See Also