SetDragToRow
function SetDragToRow(flag: any = null): void
Description
Sets the specified field, can be dragged to the row position or not.
Parameters
- flag
any
null Flag whether this field can be moved to rows.
Returns
void
function SetDragToRow(flag: any = null): void
Sets the specified field, can be dragged to the row position or not.
any
nullFlag whether this field can be moved to rows.
void