Search
Calendar.ResourcesDataPropertyMap Property
See Also
 





Gets or sets a BoundPropertyList object that maps resource properties to fields in the associated data member.

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

 Syntax

C#  Copy Code

public BoundPropertyList ResourcesDataPropertyMap { get; set; }

Visual Basic  Copy Code

Public Property ResourcesDataPropertyMap As BoundPropertyList

 Property Value

An instance of the BoundPropertyList class.

 See Also