Back to Devexpress

ASPxGridViewColumnDisplayTextEventArgs.Column Property

aspnet-devexpress-dot-web-dot-aspxgridviewcolumndisplaytexteventargs.md

latest1.3 KB
Original Source

ASPxGridViewColumnDisplayTextEventArgs.Column Property

Gets the data column that contains the cell 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 descendant that represents the data column which contains the processed cell.

|

See Also

ASPxGridViewColumnDisplayTextEventArgs Class

ASPxGridViewColumnDisplayTextEventArgs Members

DevExpress.Web Namespace