Search
BoundPropertyList.IdField Property
See Also
 





Gets or sets the unique identifier field of the corresponding data member in the associated data source.

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

 Syntax

C#  Copy Code

public string IdField { get; set; }

Visual Basic  Copy Code

Public Property IdField As String

 Property Value

A string value specifying the name of the id field.

 See Also