Skip to main content
Tab

GridViewColumn.Grid Property

Gets the Grid View that owns the current column.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual ASPxGridView Grid { get; }

#Property Value

Type Description
ASPxGridView

An ASPxGridView object that owns the current column.

See Also