Back to Devexpress

GridViewColumn.Grid Property

aspnet-devexpress-dot-web-dot-gridviewcolumn-53c3f551.md

latest1.0 KB
Original Source

GridViewColumn.Grid Property

Gets the Grid View that owns the current column.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual ASPxGridView Grid { get; }
vb
Public Overridable ReadOnly Property Grid As ASPxGridView

Property Value

TypeDescription
ASPxGridView

An ASPxGridView object that owns the current column.

|

See Also

Grid View

GridViewColumn Class

GridViewColumn Members

DevExpress.Web Namespace