Skip to main content
Tab

ASPxGridViewColumnDataEventArgs.Column Property

Gets the unbound column currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewDataColumn Column { get; }

Property Value

Type Description
GridViewDataColumn

A GridViewDataColumn object that represents the unbound column.

See Also