Skip to main content
A newer version of this page is available.

ReadOnlyGridColumnCollection(IList<T>) Constructor

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

Namespace: DevExpress.Web.Internal

Assembly: DevExpress.Web.v20.2.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