Gets a value indicating whether the recurrence icon should be displayed.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public Visibility RecurrenceIconVisibility { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property RecurrenceIconVisibility As Visibility |
A member of the .NET Visibility enumeration.
This property returns whether the icon of the recurrence should be visible.
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/Recurrence.png" Visibility="{Binding RecurrenceIconVisibility}" /> |