Indicates a user action performed on an item.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public enum Action |
Visual Basic
Copy Code
|
|---|
Public Enum Action |
Members| Member name | Description | |
|---|---|---|
![]() |
Move |
Specifies that the user moves the item. |
![]() |
None |
Specifies no action. |
![]() |
ResizeEnd |
Specifies that the user modifies the end of the item. |
![]() |
ResizeProgress |
Specifies that the user modifies the progress of the item. |
![]() |
ResizeStart |
Specifies that the user modifies the start of the item. |
See Also