Back to Devexpress

BootstrapGridViewColumnDataEventArgs Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-1ebc9fbb.md

latest2.3 KB
Original Source

BootstrapGridViewColumnDataEventArgs Class

Provides data for the BootstrapGridView.CustomUnboundColumnData event.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

BootstrapGridViewColumnDataEventArgs is the data class for the following events:

Remarks

The BootstrapGridView.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 BootstrapGridViewColumnDataEventArgs.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

BootstrapGridViewColumnDataEventArgs Members

Grid View

DevExpress.Web.Bootstrap Namespace