Search
Calendar.ResourcesDataMember Property
See Also
 





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

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

 Syntax

C#  Copy Code

public string ResourcesDataMember { get; set; }

Visual Basic  Copy Code

Public Property ResourcesDataMember As String

 Property Value

A string value specifying the resources data member.

 See Also