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





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

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

 Syntax

C#  Copy Code

public void SetItemStyle (
    Item item,
    CalendarStyle value
)

Visual Basic  Copy Code

Public Sub SetItemStyle ( _
    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
SetPointedItemStyle Method
SetPointedSelectedItemStyle Method
SetSelectedItemStyle Method