MindFusion WinForms Programmer's Guide
BoundProperty.DestinationMember Property
See Also
 





Gets or sets the name of the corresponding property in MindFusion.Scheduling.

Namespace: MindFusion.Scheduling.DataBinding
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public string DestinationMember { get; set; }

Visual Basic  Copy Code

Public Property DestinationMember As String

 Property Value

A string value specifying the name of the destination property.

 See Also

BoundProperty Members
BoundProperty Class
MindFusion.Scheduling.DataBinding Namespace
SourceMember Property