Skip to main content
All docs
V23.2
Tab

ReadOnlyGridColumnCollection<T> Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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