List of conflicting events.
Namespace: DayPilot.Web.Mvc.ConflictAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
C# |
---|
public List<ConflictEvent> Events { get; private set; } |
Visual Basic |
---|
Public Property Events As List(Of ConflictEvent) Get Private Set |
Visual C++ |
---|
public: property List<ConflictEvent^>^ Events { List<ConflictEvent^>^ get (); private: void set (List<ConflictEvent^>^ value); } |