ASPxVerticalGridCommandButtonEventArgs Constructors
Provides data for the ASPxVerticalGrid.CustomButtonInitialize event.| Name | Parameters | Description |
|---|---|---|
| ASPxVerticalGridCommandButtonEventArgs(VerticalGridCommandRow, VerticalGridCommandButtonType, Int32) | row, buttonType, visibleIndex | Initializes a new instance of the ASPxVerticalGridCommandButtonEventArgs class with specified settings. |
| ASPxVerticalGridCommandButtonEventArgs(VerticalGridCommandRow, VerticalGridCommandButtonType, String, ImageProperties, ButtonControlStyles, Int32, GridCommandButtonRenderMode) | row, buttonType, text, image, styles, visibleIndex, renderMode | Initializes a new instance of the ASPxVerticalGridCommandButtonEventArgs class with specified settings. |
See Also