ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewSelectEventArgs Class / NewSelectedIndex Property

In This Topic
    NewSelectedIndex Property (C1GridViewSelectEventArgs)
    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