DVXP TEdit.NET 3.0

TableEditor.IsDeleteSelectedRowsButtonVisible Property

Delete Selected Rows button visible in grid view. Disable this if you provide a custom Delete button on the page, and call OnDeleteSelectedRowsClick manually.

[Visual Basic]
Public Property IsDeleteSelectedRowsButtonVisible As Boolean
[C#]
public bool IsDeleteSelectedRowsButtonVisible {get; set;}

See Also

TableEditor Class | DVXP.DXTableEditor Namespace