ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ColumnInfo Class / Index Property

In This Topic
    Index Property (ColumnInfo)
    In This Topic
    Gets or sets the index of the column in the grid's columns collection.
    Syntax
    'Declaration
     
    
    Public Overridable Property Index As Integer
    public virtual int Index {get; set;}
    See Also