Search
BoundProperty.SourceMember Property
See Also
 





Gets or sets the name of the corresponding field in the data source.

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

 Syntax

C#  Copy Code

public string SourceMember { get; set; }

Visual Basic  Copy Code

Public Property SourceMember As String

 Property Value

A string value specifying the name of the source field.

 See Also