TableEditor.OnDeleteSelectedRowsClick Method
Handles Delete Selected rows event. Can be called by the client to implement
a custom Delete button.
[Visual Basic]Public Sub OnDeleteSelectedRowsClick( _
ByVal
showConfirmationAlert As
Boolean _
)
[C#]public
void OnDeleteSelectedRowsClick(
bool showConfirmationAlert);
Parameters
- showConfirmationAlert
- Indicates if a confirmation message is displayed before deleting the rows
See Also
TableEditor Class | DVXP.DXTableEditor Namespace