Retrieves the CalendarStyle previously associated with the normal state of the specified item.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public CalendarStyle GetItemStyle ( |
Visual Basic
Copy Code
|
|---|
Public Function GetItemStyle ( _ |
An instance of the CalendarStyle class or null (Nothing in Visual Basic) if no style has been associated with the item.
See Also