Gets a value indicating whether the recurrence exception icon should be displayed.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C#
![]() |
---|
public Visibility RecurrenceExceptionIconVisibility { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property RecurrenceExceptionIconVisibility As Visibility |
A member of the .NET Visibility enumeration.
This property returns whether the icon of the recurrence exception should be visible.
The following excerpt from the default item template illustrates how to bind to this property in XAML:
XAML
![]() |
---|
<Image Source="pack://application:,,,/MindFusion.Scheduling.Silverlight;component/Resources/RecurrenceEx.png" Visibility="{Binding RecurrenceExceptionIconVisibility}" /> |