Specifies a user action on a schedule item.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public enum ItemAction |
Visual Basic
Copy Code
|
|---|
Public Enum ItemAction |
Members| Member name | Description | |
|---|---|---|
![]() |
Move |
Indicates that the item is being moved. |
![]() |
None |
Indicates no action. |
![]() |
ResizeEnd |
Indicates that the item's end is being modified. |
![]() |
ResizeStart |
Indicates that the item's start is being modified. |
See Also