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





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

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

 Syntax

C#  Copy Code

public CalendarStyle GetPointedSelectedItemStyle (
    Item item
)

Visual Basic  Copy Code

Public Function GetPointedSelectedItemStyle ( _
    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
GetPointedItemStyle Method
GetSelectedItemStyle Method