drag_to_column property

drag_to_column property

Indicates whether the specified field can be dragged to the column position. The default value is true.

Definition:

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

See Also