Search
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.Wpf
Assembly: MindFusion.Scheduling.Wpf

 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