Back to Devexpress

ASPxGridViewColumnDataEventArgs.Column Property

aspnet-devexpress-dot-web-dot-aspxgridviewcolumndataeventargs.md

latest1.1 KB
Original Source

ASPxGridViewColumnDataEventArgs.Column Property

Gets the unbound column currently being processed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public GridViewDataColumn Column { get; }
vb
Public ReadOnly Property Column As GridViewDataColumn

Property Value

TypeDescription
GridViewDataColumn

A GridViewDataColumn object that represents the unbound column.

|

See Also

ASPxGridViewColumnDataEventArgs Class

ASPxGridViewColumnDataEventArgs Members

DevExpress.Web Namespace