ListView.DragDropEnabled Property | |
A logical value that is TRUE if drag and drop is enabled for the list view. If drag and drop is enabled, items can be dragged within, as well as outside, the control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY DragDropEnabled AS USUAL GET
public virtual Usual DragDropEnabled { get; }
Request Example
View SourceProperty Value
Type:
UsualA logical value that is TRUE if drag and drop is enabled for the list view. If drag and drop is enabled, items can be dragged within, as well as outside, the control.
See Also