TcxCustomVerticalGrid.IsInternalDragging(TObject) Method
Returns whether a row is being dragged within a grid (or between a grid and the Customization Form).
Declaration
function IsInternalDragging(ADragObject: TObject): Boolean;
Parameters
| Name | Type |
|---|---|
| ADragObject | TObject |
Returns
| Type |
|---|
| Boolean |
Remarks
If a row is being dragged, the IsInternalDragging method returns True.
See Also