Search
Calendar.RecurrenceExceptionsDataMember Property
See Also
 





Gets or sets the name of the data member from the associated data source to bind the recurrence exceptions to.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public string RecurrenceExceptionsDataMember { get; set; }

Visual Basic  Copy Code

Public Property RecurrenceExceptionsDataMember As String

 Property Value

A string value specifying the recurrence exceptions data member.

 See Also