MindFusion.Wpf Pack Programmer's Guide
ItemPresenter.ReminderIconVisibility Property
See Also
 





Gets a value indicating whether the reminder icon should be displayed.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public Visibility ReminderIconVisibility { get; }

Visual Basic  Copy Code

Public ReadOnly Property ReminderIconVisibility As Visibility

 Property Value

A member of the .NET Visibility enumeration.

 Remarks

This property returns whether the icon of the reminder 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.Wpf;component/Resources/Reminder.png" Visibility="{Binding ReminderIconVisibility}" />

 See Also

ItemPresenter Members
ItemPresenter Class
MindFusion.Scheduling.Wpf Namespace
RecurrenceExceptionIconVisibility Property
RecurrenceIconVisibility Property