Gets a collection with all effects applied to the elements of this calendar.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public IList<ItemEffect> ItemEffects { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ItemEffects As IList(Of ItemEffect) |
A list with all currently active item effects.
See Also