allow_dragging_to_data property

allow_dragging_to_data property

Indicates whether the specified field can be dragged to the values region. The default value is true.

Definition:

@property
def allow_dragging_to_data(self):
    ...
@allow_dragging_to_data.setter
def allow_dragging_to_data(self, value):
    ...

See Also