MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.GetItemStyle Method
See Also
 





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

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public CalendarStyle GetItemStyle (
    Item item
)

Visual Basic  Copy Code

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