ASPxGridCustomCommandButtonEventArgs Constructors
Serves as a base for classes that provide data for command button related events.Name | Parameters | Description |
---|---|---|
ASPxGridCustomCommandButtonEventArgs(GridCustomCommandButton, Int32, Boolean, GridCommandButtonRenderMode) | button, visibleIndex, isEditingItem, renderMode | Initializes a new instance of the ASPxGridCustomCommandButtonEventArgs class with specified settings. |
See Also