Gets or sets the name of the column that contains the id (primary key). Obsolete. Use .DataIdField instead.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
[ObsoleteAttribute("Use .DataIdField instead.")] public string DataValueField { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("Use .DataIdField instead.")> _ Public Property DataValueField As String Get Set |
Visual C++ |
---|
public: [ObsoleteAttribute(L"Use .DataIdField instead.")] property String^ DataValueField { String^ get (); void set (String^ value); } |