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





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

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

 Syntax

C#  Copy Code

public void SetSelectedItemStyle (
    Item item,
    CalendarStyle value
)

Visual Basic  Copy Code

Public Sub SetSelectedItemStyle ( _
    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

Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace
SetItemStyle Method
SetPointedItemStyle Method
SetPointedSelectedItemStyle Method