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

Syntax

C#
public List<Conflict> List { get; }
Visual Basic
Public ReadOnly Property List As List(Of Conflict)
	Get
Visual C++
public:
property List<Conflict^>^ List {
	List<Conflict^>^ get ();
}

See Also