Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewColumnDisplayTextEventArgs Class

Provides data for the ASPxGridView.CustomColumnDisplayText event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ASPxGridViewColumnDisplayTextEventArgs :
    ASPxGridColumnDisplayTextEventArgs

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.

See Also