Back to Devexpress

ASPxGridViewColumnDataEventArgs Class

aspnet-devexpress-dot-web-01b27e55.md

latest2.1 KB
Original Source

ASPxGridViewColumnDataEventArgs Class

Provides data for the ASPxGridView.CustomUnboundColumnData event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxGridViewColumnDataEventArgs :
    ASPxGridColumnDataEventArgs
vb
Public Class ASPxGridViewColumnDataEventArgs
    Inherits ASPxGridColumnDataEventArgs

ASPxGridViewColumnDataEventArgs is the data class for the following events:

Remarks

The ASPxGridView.CustomUnboundColumnData event is raised for unbound columns. It enables data to be supplied to unbound columns.

The unbound column currently being processed is returned by the ASPxGridViewColumnDataEventArgs.Column property. To refer to the row that contains the cell being processed, use the ASPxGridColumnDataEventArgs.ListSourceRowIndex property.

Inheritance

Object EventArgs ASPxGridColumnDataEventArgs ASPxGridViewColumnDataEventArgs BootstrapGridViewColumnDataEventArgs

See Also

ASPxGridViewColumnDataEventArgs Members

Grid View

DevExpress.Web Namespace