ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewSelectEventArgs Class / NewSelectedIndex Property

In This Topic
    NewSelectedIndex Property
    In This Topic
    Gets or sets the index of the new row to select in the C1GridView control.
    Syntax
    'Declaration
     
    Public Property NewSelectedIndex As System.Integer
    public System.int NewSelectedIndex {get; set;}
    See Also