ASPxGridCustomButtonCallbackEventArgs Properties
Provides data for the ASPxGridView.CustomButtonCallback and ASPxCardView.CustomButtonCallback events.
Name | Description |
---|---|
Button |
Gets a value that identifies the clicked custom button. |
Visible |
Gets the index of a data item (row, card or record) that contains the custom button currently being clicked. |
See Also