Back to Devexpress

ASPxGridViewColumnDisplayTextEventArgs Class

aspnet-devexpress-dot-web-8abe6a9c.md

latest2.6 KB
Original Source

ASPxGridViewColumnDisplayTextEventArgs Class

Provides data for the ASPxGridView.CustomColumnDisplayText event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxGridViewColumnDisplayTextEventArgs :
    ASPxGridColumnDisplayTextEventArgs
vb
Public Class ASPxGridViewColumnDisplayTextEventArgs
    Inherits ASPxGridColumnDisplayTextEventArgs

ASPxGridViewColumnDisplayTextEventArgs is the data class for the following events:

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 BootstrapGridViewColumnDisplayTextEventArgs

See Also

ASPxGridViewColumnDisplayTextEventArgs Members

CustomColumnDisplayText

Grid View

DevExpress.Web Namespace