is_drag_behavior_enabled property

is_drag_behavior_enabled property

Indicates whether dragging and dropping is enabled for the control.

Definition:

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

See Also