aspnet-devexpress-dot-web-8abe6a9c.md
Provides data for the ASPxGridView.CustomColumnDisplayText event.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxGridViewColumnDisplayTextEventArgs :
ASPxGridColumnDisplayTextEventArgs
Public Class ASPxGridViewColumnDisplayTextEventArgs
Inherits ASPxGridColumnDisplayTextEventArgs
ASPxGridViewColumnDisplayTextEventArgs is the data class for the following events:
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.
Object EventArgs ASPxGridColumnDisplayTextEventArgs ASPxGridViewColumnDisplayTextEventArgs BootstrapGridViewColumnDisplayTextEventArgs
See Also