Skip to main content
Tab

GridViewColumnCollection.Grid Property

Gets the Grid View that owns the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ASPxGridView Grid { get; }

#Property Value

Type Description
ASPxGridView

An ASPxGridView object that owns the collection.

See Also