is_drag_behavior_enabled propiedad
is_drag_behavior_enabled propiedad
Indica si la función de arrastrar y colocar está habilitada para el control.
Definición:
@property
def is_drag_behavior_enabled(self):
...
@is_drag_behavior_enabled.setter
def is_drag_behavior_enabled(self, value):
...