Skip to main content
All docs
V23.2
Tab

ReadOnlyGridColumnCollection(IList<T>) Constructor

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

Namespace: DevExpress.Web

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