Search
Calendar.ContactsDataMember Property
See Also
 





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

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

 Syntax

C#  Copy Code

public string ContactsDataMember { get; set; }

Visual Basic  Copy Code

Public Property ContactsDataMember As String

 Property Value

A string value specifying the contacts data member.

 See Also