Back to Devexpress

BootstrapGridViewColumnDisplayTextEventArgs Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-d0e07fb4.md

latest2.7 KB
Original Source

BootstrapGridViewColumnDisplayTextEventArgs Class

Provides data for the BootstrapGridView.CustomColumnDisplayText event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

BootstrapGridViewColumnDisplayTextEventArgs is the data class for the following events:

Remarks

The BootstrapGridView.CustomColumnDisplayText event can be used to provide custom display text for specific cells in a BootstrapGridView.

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

BootstrapGridViewColumnDisplayTextEventArgs Members

Grid View

DevExpress.Web.Bootstrap Namespace