ComponentOne List for WinForms
C1.Win.C1List Namespace / ColMoveEventArgs Class / Position Property

In This Topic
    Position Property (ColMoveEventArgs)
    In This Topic
    Indicates the target index of the column being moved.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Position As Integer
    public int Position {get;}
    See Also