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