Gets a value indicating whether the item part being drawn is the first part of the item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public bool StartsHere { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property StartsHere As Boolean |
true if the first part of an item is being painted; otherwise, false.
Items consist of several parts when they span several time cells in the month, list and week range views.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |