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