ReadOnlyGridColumnCollection<T> Class
In This Article
The read-only column collection of grid-like controls.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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