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

BootstrapGridView.HtmlCommandCellPrepared Event

Enables the settings of individual command column cells to be changed.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public event BootstrapGridViewTableCommandCellEventHandler HtmlCommandCellPrepared

Event Data

The HtmlCommandCellPrepared event's data class is BootstrapGridViewTableCommandCellEventArgs. The following properties provide information specific to this event:

Property Description
Cell Gets the processed command cell. Inherited from ASPxGridViewTableCommandCellEventArgs.
CommandCellType Gets whether the processed command cell is displayed within the auto filter row or data row. Inherited from ASPxGridViewTableCommandCellEventArgs.
CommandColumn Gets a command column whose cell is currently being processed.
KeyValue Gets an object that uniquely identifies the data row. Inherited from ASPxGridViewItemEventArgs.
VisibleIndex Gets the visible index of the data row. Inherited from ASPxGridViewItemEventArgs.
See Also