MindFusion.Scheduling for Silverlight Programmer's Guide
ItemPresenter.RecurrenceExceptionIconVisibility Property
See Also
 





Gets a value indicating whether the recurrence exception icon should be displayed.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public Visibility RecurrenceExceptionIconVisibility { get; }

Visual Basic  Copy Code

Public ReadOnly Property RecurrenceExceptionIconVisibility As Visibility

 Property Value

A member of the .NET Visibility enumeration.

 Remarks

This property returns whether the icon of the recurrence exception should be visible.

 Example

The following excerpt from the default item template illustrates how to bind to this property in XAML:

XAML  Copy Code

<Image Source="pack://application:,,,/MindFusion.Scheduling.Silverlight;component/Resources/RecurrenceEx.png" Visibility="{Binding RecurrenceExceptionIconVisibility}" />

 See Also

ItemPresenter Members
ItemPresenter Class
MindFusion.Scheduling.Silverlight Namespace
RecurrenceIconVisibility Property
ReminderIconVisibility Property