Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewTableDataCellEventArgs.DataColumn Property

Gets the data column that owns the cell currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewDataColumn DataColumn { get; }

Property Value

Type Description
GridViewDataColumn

A GridViewDataColumn descendant that represents the data column.

See Also