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

BootstrapGridViewColumnDisplayTextEventArgs Class

Provides data for the BootstrapGridView.CustomColumnDisplayText event.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapGridViewColumnDisplayTextEventArgs :
    ASPxGridViewColumnDisplayTextEventArgs

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.

See Also