Back to Devexpress

GridViewColumnCollection Class

aspnet-devexpress-dot-web-43d4d5b0.md

latest2.5 KB
Original Source

GridViewColumnCollection Class

Represents the ASPxGridView’s column collection.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewColumnCollection :
    GridColumnCollection
vb
Public Class GridViewColumnCollection
    Inherits GridColumnCollection

The following members return GridViewColumnCollection objects:

Remarks

The ASPxGridView control stores its columns within the ASPxGridView.Columns collection. This collection is represented by the GridViewColumnCollection class. Members of this class can be used to add, delete, access individual columns and perform other common collection management tasks.

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection DevExpress.Web.Internal.WebColumnCollectionBase DevExpress.Web.Internal.GridColumnCollection GridViewColumnCollection BootstrapGridViewColumnCollection

MVCxGridViewColumnCollection<RowType>

MVCxGridViewColumnCollection

See Also

GridViewColumnCollection Members

Grid View

DevExpress.Web Namespace