Name of the data source field that contains true for milestones. Optional.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public string DataMilestoneField { get; set; }
Visual Basic
Public Property DataMilestoneField As String
	Get
	Set
Visual C++
public:
property String^ DataMilestoneField {
	String^ get ();
	void set (String^ value);
}

See Also