Gets a value indicating whether the item part being drawn is the last part of the item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public bool EndsHere { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property EndsHere As Boolean |
true if the last part of an item is being painted; otherwise, false.
RemarksItems consist of several parts when they span several time cells in the month, list and week range views.
See Also