ReadOnlyGridColumnCollection(IList<T>) Constructor
Initializes a new instance of the ReadOnlyGridColumnCollection<T> class with specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
list | IList<T> | An object of the IList<T> type. |
See Also