Skip to main content
All docs
V25.1
  • Tab

    ReadOnlyGridColumnCollection<T> Class

    The read-only column collection of grid-like controls.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    #Declaration

    public class ReadOnlyGridColumnCollection<T> :
        ReadOnlyCollection<T>
        where T : WebColumnBase

    #Type Parameters

    Name Description
    T

    The type of columns.

    #Remarks

    The ASPxGridView provides the following read-only collections: ASPxGridView.DataColumns, ASPxGridView.AllColumns, and ASPxGridView.VisibleColumns. These collections are presented by the ReadOnlyGridViewColumnCollection<T> class. Members of this class can be used to get the column with the specified name, field name or caption.

    #Inheritance

    Object
    ReadOnlyCollection<T>
    ReadOnlyGridColumnCollection<T>
    See Also