Enum ResizingReason
A ResizingReason is used by ResizingColumnsEventArgs and ResizingRowsEventArgs to give a hint about the current state of the user action and reason for this event.
Namespace: Syncfusion.Windows.Forms.CellGrid.Helpers
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public enum ResizingReason
Fields
Name | Description |
---|---|
DoubleTapped | Indicates user double tapped |
Hidden | Indicates user whether row or column is hidden or not. |
HitTest | Indicates hit test. |
PointerMove | Indicates user pointer mouse. |
PointerPressed | Indicates user pointer pressed |
PointerReleased | Indicates user pointer released. |