Data List Begin Drag Event ArgsSelection End Property
Get the ending row of the selection in the data list when the drag operation started
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 int SelectionEnd { get; }VB
Public ReadOnly Property SelectionEnd As Integer
GetC++
public:
property int SelectionEnd {
int get ();
}F#
member SelectionEnd : int with get