Gets the items related to the event.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public List<Item> Items { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Items As List(Of Item) |
A list of Item objects.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |