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

ASPxGridViewColumnDataEventArgs.Column Property

Gets the unbound column currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewDataColumn Column { get; }

Property Value

Type Description
GridViewDataColumn

A GridViewDataColumn object that represents the unbound column.

See Also