ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / Row Property

In This Topic
    Row Property (DropDownList)
    In This Topic
    Returns or sets the position of current list row relative to the first displayed row.
    Syntax
    'Declaration
     
    
    Public Property Row As Integer
    public int Row {get; set;}
    See Also