Search
Calendar.ItemEffects Property
See Also
 






Gets a collection with all effects applied to the elements of this calendar.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public IList<ItemEffect> ItemEffects { get; }

Visual Basic  Copy Code

Public ReadOnly Property ItemEffects As IList(Of ItemEffect)

 Property Value

A list with all currently active item effects.

 See Also