ASPxGridViewColumnDisplayTextEventArgs.Column Property
Gets the data column that contains the cell currently being processed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| GridViewDataColumn | A GridViewDataColumn descendant that represents the data column which contains the processed cell. |
See Also