Associates a new CalendarStyle with the specified item, which will be used when the item is in a normal state.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public void SetItemStyle ( |
Visual Basic
Copy Code
|
|---|
Public Sub SetItemStyle ( _ |
A reference to the new style of the item or null (Nothing in Visual Basic) to discard any previously associated style.
See Also