Enum GridResizeCellsReason
Defines the GridDragSelectionReason.A GridDragSelectionReason is used by GridResizingColumnsEventArgs to give a hint about the current state of the user action and reason for this event.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public enum GridResizeCellsReason
Fields
| Name | Description |
|---|---|
| CancelMode | Indicates current operation was canceled. |
| DoubleClick | Indicates used double clicked. |
| HitTest | Indicates this is a Hit-Test query. |
| MouseDown | Indicates user pressed mouse down. |
| MouseMove | Indicates user is moving mouse. |
| MouseUp | Indicates user released mouse. |
| ResetDefault | Indicates changes row heights or column widths will be reset back to default value. |
| ResetHide | Indicates hidden rows or column will be made visible. |