ListView.DragDropEnabled Property (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY DragDropEnabled AS LOGIC GET
public virtual bool DragDropEnabled { get; }
Request Example
View SourceProperty Value
Type:
LogicA 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