Skip to main content
All docs
V25.1
  • Tab

    ReadOnlyGridColumnCollection(IList<T>) Constructor

    Initializes a new instance of the ReadOnlyGridColumnCollection<T> class with specified settings.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public ReadOnlyGridColumnCollection(
        IList<T> list
    )

    Parameters

    Name Type Description
    list IList<T>

    An object of the IList<T> type.

    See Also