Enum GridQueryAllowDragColumnReason
Defines the reason why QueryAllowDragColumn event was raised (Show Red Indicator, MouseUp or HitTest).
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public enum GridQueryAllowDragColumnReason
Fields
| Name | Description |
|---|---|
| HitTest | HitTest is occurring |
| MouseUp | Represent the MouseUp |
| Remove | Remove GroupedColumn |
| ShowRedArrowIndicator | RedArrowIndicator is displayed |