Data List Begin Drag Event ArgsSource Property
Get the source data list for the drag and drop operation
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public DataList Source { get; }VB
Public ReadOnly Property Source As DataList
GetC++
public:
property DataList^ Source {
DataList^ get ();
}F#
member Source : DataList with get