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

BootstrapGridViewCommandButtonEventArgs Constructors

Provides data for the BootstrapGridView.CommandButtonInitialize event.
Name Parameters Description
BootstrapGridViewCommandButtonEventArgs(BootstrapGridViewCommandColumn, ColumnCommandButtonType, Int32, Boolean) column, buttonType, visibleIndex, isEditingRow Initializes a new instance of the BootstrapGridViewCommandButtonEventArgs class with the specified settings.
BootstrapGridViewCommandButtonEventArgs(BootstrapGridViewCommandColumn, ColumnCommandButtonType, String, ImageProperties, ButtonControlStyles, Int32, Boolean, GridCommandButtonRenderMode) column, buttonType, text, image, styles, visibleIndex, isEditingRow, renderMode Provides data for the ASPxGridView.CommandButtonInitialize event.
See Also