Gets a value indicating whether the item's end is about to be resized.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ResizeEnd { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ResizeEnd As Boolean |
A Boolean value indicating whether the item's end is about to be resized in an ItemClick event.
See Also