Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

DataGrid.getAllowDelete

Retrieves a boolean value indicating whether the user can delete rows from the grid (provided the underlying recordset allows records to be deleted).

Syntax

public boolean getAllowDelete()

Return Value

Returns true if the user can delete rows from the grid; otherwise, returns false. For more information, see setAllowDelete.