ASPxGridViewColumnDisplayTextEventArgs Class
Provides data for the ASPxGridView.CustomColumnDisplayText event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The ASPxGridView.CustomColumnDisplayText event can be used to provide custom display text for specific cells in an ASPxGridView.
The cell currently being processed is referred to by the column and row. The column is specified by the ASPxGridViewColumnDisplayTextEventArgs.Column property. The row can be identified by the ASPxGridColumnDisplayTextEventArgs.VisibleIndex property. The cell’s display text is specified by the ASPxGridColumnDisplayTextEventArgs.DisplayText property.
Inheritance
Object
EventArgs
ASPxGridColumnDisplayTextEventArgs
ASPxGridViewColumnDisplayTextEventArgs
See Also