MindFusion.Wpf Pack Programmer's Guide
Calendar.GetPointedItemStyle Method
See Also
 





Retrieves the CalendarStyle previously associated with the pointed state of the specified item.

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

 Syntax

C#  Copy Code

public CalendarStyle GetPointedItemStyle (
    Item item
)

Visual Basic  Copy Code

Public Function GetPointedItemStyle ( _
    item As Item _
) As CalendarStyle

 Parameters

item
A reference to the Item whose style is being requested.

 Return Value

An instance of the CalendarStyle class or null (Nothing in Visual Basic) if no style has been associated with the item.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace
GetItemStyle Method
GetPointedSelectedItemStyle Method
GetSelectedItemStyle Method